def
|
faa576e73d
|
Another mouse fix try
|
2016-05-01 15:34:36 +02:00 |
|
def
|
981533e177
|
More mouse fixes with SDL2
|
2016-05-01 15:20:52 +02:00 |
|
def
|
143fd88c2a
|
Ignore relative mouse movement when in absolute mouse mode
|
2016-05-01 15:02:08 +02:00 |
|
def
|
779c6d2508
|
Only move cursor when window has mouse focus
|
2016-05-01 14:00:53 +02:00 |
|
def
|
15fa9f7b74
|
minor fix: false instead of SDL_FALSE
|
2016-05-01 11:39:40 +02:00 |
|
def
|
72a6e20ba8
|
Split CInput::NextFrame() from CInput::Update() (fixes #444)
|
2016-05-01 00:18:25 +02:00 |
|
def
|
0385c3b520
|
Workaround for global hotkeys causing SDL keydown events
|
2016-04-30 20:27:47 +02:00 |
|
def
|
4761608329
|
Input fixes from TW master for mouse wheel
|
2016-04-30 20:11:26 +02:00 |
|
def
|
1446adee2c
|
Window resizing only with X11 (not on Windows and Mac OS X)
|
2016-04-30 19:19:19 +02:00 |
|
def
|
644fec7e55
|
Resize window without restarting client
|
2016-04-30 17:59:58 +02:00 |
|
def
|
74f4ad77d6
|
fixed utf8 text input from tw master
|
2016-04-30 04:02:32 +02:00 |
|
def
|
502c5aa3cb
|
Ignore keys after window regained focus
|
2016-04-30 03:32:23 +02:00 |
|
def
|
9b20d3a0ad
|
Fix relative mouse
|
2016-04-30 02:06:41 +02:00 |
|
def
|
2a7aa33830
|
Normal mouse speed again
|
2016-04-30 00:52:43 +02:00 |
|
def
|
7a5b79e48a
|
More SDL2 graphics goodness, partially from TW master
|
2016-04-30 00:43:11 +02:00 |
|
def
|
1727dd5a72
|
Some early SDL2 Android fixes
|
2016-04-29 22:56:13 +02:00 |
|
def
|
e8965bee68
|
Some keyboard input changes from teeworlds master
|
2016-04-29 21:56:38 +02:00 |
|
def
|
8e3550f9c6
|
Fix keyboard segfault
|
2016-04-29 21:56:38 +02:00 |
|
def
|
10d6f69d32
|
Fix Mouse buttons 4 and 5
|
2016-04-29 21:56:38 +02:00 |
|
def
|
a089d3d36d
|
Fix issue with keys not being recognized on non-English keyboards
|
2016-04-29 21:56:38 +02:00 |
|
def
|
bd2b61f0e5
|
Initialize m_pClipboardText
|
2016-04-29 21:56:38 +02:00 |
|
def
|
c5db3ef5f4
|
Use SDL_free instead of free
|
2016-04-29 21:56:38 +02:00 |
|
def
|
3e9b8a62ce
|
Add includes for windows' getenv/putenv/free
|
2016-04-29 21:56:38 +02:00 |
|
def
|
632db36fe4
|
Add clipboard copy&paste support (by swick)
|
2016-04-29 21:56:38 +02:00 |
|
def
|
9918ada2d8
|
Add comment about mouse sensitivity on X11
|
2016-04-29 21:56:38 +02:00 |
|
def
|
38cfe32385
|
Fix stuck mouse
|
2016-04-29 21:56:38 +02:00 |
|
def
|
5cdb36ecb0
|
Debugging with text input handling
|
2016-04-29 21:56:38 +02:00 |
|
def
|
ff2a7272fa
|
Improved window grabbing: only when relative mouse mode is active
|
2016-04-29 21:56:38 +02:00 |
|
def
|
2d70c3e292
|
Try to get SDL2 on Windows working
|
2016-04-29 21:55:48 +02:00 |
|
def
|
db8a126315
|
Merge swick's SDL2 branch
|
2016-04-29 21:55:48 +02:00 |
|
def
|
043d718698
|
Fix dyncam mousesens
|
2015-08-27 21:52:10 +02:00 |
|
def
|
1dddf42cbb
|
Simplify Dyncam and fix #311
|
2015-08-27 20:26:05 +02:00 |
|
def
|
c9b4687cce
|
More time for double click recognition (0.33 instead of 0.25 seconds) (fixes #17)
|
2014-11-25 21:30:16 +01:00 |
|
def
|
7875c2ec36
|
Android support (by Pelya)
|
2014-06-16 13:29:18 +02:00 |
|
def
|
c90568ce71
|
Support for 9th mouse key (by Tolsi)
|
2014-01-14 20:33:18 +01:00 |
|
BeaR
|
50b722b2b4
|
Closes #153.
Fix Input Handling
|
2012-11-12 20:39:36 +02:00 |
|
oy
|
06115dd49d
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
|
oy
|
ecd7afd9ff
|
added cleaner exit on quit event by Choupom
|
2010-12-11 22:04:50 +01:00 |
|
Sworddragon
|
fc9211c777
|
Updated copyrights
|
2010-11-20 21:26:06 +01:00 |
|
oy
|
9490b6f28d
|
fixed key handling for unicodes > 255
|
2010-10-29 23:01:50 +02:00 |
|
oy
|
e4fe7457c8
|
fixed problems with the mouse movement. Closes #214
|
2010-10-13 12:47:42 +02:00 |
|
oy
|
27e6fa3ad7
|
fixed problems with key handling on osx. Closes #45
|
2010-09-22 00:40:35 +02:00 |
|
Choupom
|
25be8b1be3
|
fixed so clicking 3 times doesn't generate 2 double-clicks
|
2010-09-05 13:50:10 +02:00 |
|
oy
|
abc84ac0b0
|
added fixes for compiler errors and warnings by sworddragon
|
2010-08-16 02:21:18 +02:00 |
|
oy
|
678fe76566
|
reverted input key handling back to 0.52(the keyboard layout problem should be fixed with sdl 1.3 or a customised one). Closes #3. Closes #15.
|
2010-08-15 20:04:03 +02:00 |
|
Magnus Auvinen
|
72c06a2589
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
|