mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- I was wrong. The horizontal wheel is Vista-only. It does generate data packets on XP,
but there's nothing in them to let you know the wheel moved. Updated rh-log.txt accordingly. SVN r1641 (trunk)
This commit is contained in:
parent
bdd3188897
commit
3ba96a470b
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
June 5, 2009
|
||||
- Added support for horizontal mouse wheels, and set invprev/invnext as
|
||||
default bindings for it. (Only works with Raw Input on XP. Vista has
|
||||
support through Win32 mouse, as well. DirectInput does not support it at
|
||||
all, because the DirectInput mouse device does not expose this control.)
|
||||
default bindings for it. This is Vista only. DirectInput mouse (in_mouse 2)
|
||||
does not support it, because the DirectInput mouse device does not expose
|
||||
this control.
|
||||
- Added a label for the F16 key and mapped the kp= key on a Mac keyboard to
|
||||
the PC98 equivalent so it will be identified as kp=. (Interestingly, F13-
|
||||
F16 and kp= only generate events when using Raw Input, not when using
|
||||
|
|
Loading…
Reference in a new issue