oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.35k stars 269 forks source link

is there anyway to get mouse button stat more than 8? #28

Closed zeg closed 8 years ago

zeg commented 8 years ago

my mouse have 11 button, the extra 3 seems not captured

oblitum commented 8 years ago

Windows will probably not handle those extra buttons through the common route, what's support is listed in the header, a maximum of 5 currently.

oblitum commented 8 years ago

You should try to check changes in the .state member at last. There're macros for 5 buttons but .state may go beyond these macros possibly.