Adding the handling of the mouse wheel.
This commit is contained in:
parent
b14592d104
commit
b255a68d50
|
@ -98,7 +98,9 @@
|
|||
<EnterWindow>: CallbackEvent( 3 )\n\
|
||||
<LeaveWindow>: CallbackEvent( 4 )\n\
|
||||
<Key>osfUp: CallbackEvent( 5 )\n\
|
||||
<Btn4Down>: CallbackEvent( 5 )\n\
|
||||
<Key>osfDown: CallbackEvent( 6 )\n\
|
||||
<Btn5Down>: CallbackEvent( 6 )\n\
|
||||
<Key>osfLeft: CallbackEvent( 7 )\n\
|
||||
<Key>osfRight: CallbackEvent( 8 )\n\
|
||||
<Key>Z: CallbackEvent( 9 )\n\
|
||||
|
|
Loading…
Reference in New Issue