Lasse Öörni
|
c7b07bdb10
supress -> suppress
|
11 lat temu |
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 lat temu |
hdunderscore
|
c293f170ed
Initial implementation of two extra mouse modes:
|
11 lat temu |
Lasse Öörni
|
6b7f1d842c
Added functions to remove one recorded touch gesture, or all touch gestures.
|
11 lat temu |
Lasse Öörni
|
f232856ac1
Added manual VectorBuffer overloads for AngelScript functions that take a File handle for loading/saving. Cleaned up some script bindings code and fixed AngelScript binding for Image::LoadColorLUT().
|
11 lat temu |
Lasse Öörni
|
76a7a60918
Expose touchedElement of TouchState to Lua, and to AngelScript as an ordinary handle to simplify code. Closes #342.
|
11 lat temu |
Lasse Öörni
|
a317c48beb
Initial touch emulation.
|
11 lat temu |
Yao Wei Tjong 姚伟忠
|
153906b8c7
Add mouse grabbed flag to Input subsystem.
|
11 lat temu |
Lasse Öörni
|
955a8bb34e
Joystick refactoring after merging the joystick pull request from thebluefish.
|
11 lat temu |
thebluefish
|
51c4060135
Bugfix
|
11 lat temu |
thebluefish
|
2c4fd8192e
Fixed joystick support
|
11 lat temu |
Lasse Öörni
|
9906e7ed25
Gesture recording/load/save support and gesture events. SDL fixes to gesture events. Closes #304.
|
11 lat temu |
Yao Wei Tjong 姚伟忠
|
c78f34d5ca
Improve the hats response on screen joystick (in joystick event mode).
|
11 lat temu |
Yao Wei Tjong 姚伟忠
|
1518c332c1
Add user customizable screen joystick for mobile platforms.
|
11 lat temu |
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 lat temu |
Lasse Öörni
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 lat temu |
Mike3D
|
187e847367
Update InputAPI.cpp
|
12 lat temu |
Lasse Öörni
|
18e2349ae1
Added script bindings for the new SDL controller constants. Updated Input documentation.
|
12 lat temu |
Lasse Öörni
|
d1bbe45515
Added SDL on-screen keyboard support.
|
12 lat temu |
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 lat temu |