Adding the handling of the mouse wheel

This commit is contained in:
Frederic Petrot 2004-01-30 12:17:17 +00:00
parent b255a68d50
commit 3e8eb7f87c
1 changed files with 2 additions and 0 deletions

View File

@ -95,7 +95,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\