Lasse Öörni
|
c7b07bdb10
supress -> suppress
|
11 年之前 |
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 年之前 |
hdunderscore
|
c293f170ed
Initial implementation of two extra mouse modes:
|
11 年之前 |
Lasse Öörni
|
6b7f1d842c
Added functions to remove one recorded touch gesture, or all touch gestures.
|
11 年之前 |
Lasse Öörni
|
76a7a60918
Expose touchedElement of TouchState to Lua, and to AngelScript as an ordinary handle to simplify code. Closes #342.
|
11 年之前 |
Lasse Öörni
|
a317c48beb
Initial touch emulation.
|
11 年之前 |
Yao Wei Tjong 姚伟忠
|
153906b8c7
Add mouse grabbed flag to Input subsystem.
|
11 年之前 |
Yao Wei Tjong 姚伟忠
|
4cf5ffd6db
Code cleanup on screen joystick to make Input.h easier to include.
|
11 年之前 |
Lasse Öörni
|
955a8bb34e
Joystick refactoring after merging the joystick pull request from thebluefish.
|
11 年之前 |
thebluefish
|
33240a260a
Fixed lua bindings
|
11 年之前 |
Lasse Öörni
|
9906e7ed25
Gesture recording/load/save support and gesture events. SDL fixes to gesture events. Closes #304.
|
11 年之前 |
Yao Wei Tjong 姚伟忠
|
c78f34d5ca
Improve the hats response on screen joystick (in joystick event mode).
|
11 年之前 |
Yao Wei Tjong 姚伟忠
|
1518c332c1
Add user customizable screen joystick for mobile platforms.
|
11 年之前 |
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.
|
12 年之前 |
aster2013
|
8ab5e56c9c
Move subsystem access function to subsystem's pkg file, add global readonly property for each subsystem.
|
12 年之前 |
Lasse Öörni
|
d1bbe45515
Added SDL on-screen keyboard support.
|
12 年之前 |
Yao Wei Tjong 姚伟忠
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 年之前 |