Should then the wiki example/doc where it says '...ie_Qualifier...NULL' be changed to '...ie_Qualifier...0', or maybe add a new #define IEQUALIFIER_ABSOLUTEMOUSE 0x0000?
SDK inputevent.h:
Code: Select all
..
struct InputEvent
{
struct InputEvent *ie_NextEvent; /* the chronologically next event */
uint8 ie_Class; /* the input event class */
uint8 ie_SubClass; /* optional subclass of the class */
uint16 ie_Code; /* the input event code */
uint16 ie_Qualifier; /* qualifiers in effect for the event */
..