Lasse Öörni
|
c7b07bdb10
supress -> suppress
|
11 years ago |
hdunderscore
|
17118be70f
Input::SetMouseMode and Console::SetVisible were keeping track of last mouse visible independently, which could cause mouse to become trapped in editor (eg: drag slider + open console + press escape).
|
11 years ago |
Lasse Öörni
|
7a55b3b977
Merge remote-tracking branch 'hdunderscore/Input_MouseCursorRecall'
|
11 years ago |
hdunderscore
|
55921e14fd
- Updated documentation for Input mouse modes.
|
11 years ago |
hdunderscore
|
b49e0c2a5d
Moved the SDL touch ID -> Urho touch ID logic from UI to Input, so that querying Input/TouchState should give you a touch index that will always be consistent (between TouchDown and TouchUp events) and start from 1.
|
11 years ago |
hdunderscore
|
c293f170ed
Initial implementation of two extra mouse modes:
|
11 years ago |
Lasse Öörni
|
6b7f1d842c
Added functions to remove one recorded touch gesture, or all touch gestures.
|
11 years ago |
Lasse Öörni
|
76a7a60918
Expose touchedElement of TouchState to Lua, and to AngelScript as an ordinary handle to simplify code. Closes #342.
|
11 years ago |
Lasse Öörni
|
179faa674e
Reset screen joystick buttons/axes on initialization. Do not send mouse events from a screen joystick under touch emulation, as those would be re-interpreted as further touch events. Minor Input code cleanup.
|
11 years ago |
Lasse Öörni
|
a317c48beb
Initial touch emulation.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
153906b8c7
Add mouse grabbed flag to Input subsystem.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
4cf5ffd6db
Code cleanup on screen joystick to make Input.h easier to include.
|
11 years ago |
Lasse Öörni
|
955a8bb34e
Joystick refactoring after merging the joystick pull request from thebluefish.
|
11 years ago |
thebluefish
|
1ba75f5222
Resolved virtual joystick support
|
11 years ago |
thebluefish
|
33240a260a
Fixed lua bindings
|
11 years ago |
thebluefish
|
2c4fd8192e
Fixed joystick support
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
79cdbabb55
Add abilility to use key mapping also for hats on screen joystick.
|
11 years ago |
Lasse Öörni
|
9906e7ed25
Gesture recording/load/save support and gesture events. SDL fixes to gesture events. Closes #304.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
c78f34d5ca
Improve the hats response on screen joystick (in joystick event mode).
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
1518c332c1
Add user customizable screen joystick for mobile platforms.
|
11 years ago |
Lasse Öörni
|
1d9d0a5736
Synchronize keycode constants with SDL. This changes some constants, like NUMPAD -> KP_. Added SDL scancode constants. Added polling of keys by scancodes, and scancodes into key events. Added conversion functions from keycode to scancode and vice versa, and functions to get key names. Closes #254.
|
11 years ago |
Lasse Öörni
|
77129bb9cb
Added statements for SDL modification to comply with the license.
|
12 years ago |
OvermindDL1
|
34fb889906
Added support for the Keyboard Raw value to Urho3D.
|
12 years ago |
Lasse Öörni
|
db713bdba2
Avoid string allocations during View::Define() and Renderer::GetShader().
|
12 years ago |
Lasse Öörni
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
Jordan Patterson
|
1a49c6ebfc
Add support for SDL2 GameControllers
|
12 years ago |
Lasse Öörni
|
d1bbe45515
Added SDL on-screen keyboard support.
|
12 years ago |
Lasse Öörni
|
d90a9168cf
Applied joystick index patch from Gunnar Kriik.
|
12 years ago |
Wei Tjong Yao
|
02512cecf9
In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'.
|
12 years ago |