[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] Eiffel mouse wheel direction
> Please tell me what IKBD bytes (status frame)
Eiffel send noch special IKBD code. You can tell Eiffel what scancode it send,
when you turn the wheel.
Eiffel docu:
-------------------------------cut-------------------------------
7.4 PROGMS Eiffel 3
0x06
index
code
Program a mouse's scancode (since Eiffel 1.0.4).
Index values are:
WHEELUP 0x00
WHEELDOWN 0x01
WHEELLEFT 0x02
WHEELRIGHT 0x03
BUTTON3 0x04
ADR_BUTTON4 0x05
ADR_BUTTON5 0x06
ADR_WHREPEAT 0x07 Number of lines to scroll, default is 3.
Data is the scancode to map or the number to repeat the scancode
associated to the both wheel.
-------------------------------cut-------------------------------
Gerhard