Input: Add flags to RawDeviceEvent
Add a flags member which will be copied wholesale into the resultant xXIRawEvent. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
committed by
Peter Hutterer
parent
5d62c32981
commit
60a766a96f
@@ -204,6 +204,7 @@ struct _RawDeviceEvent
|
||||
int32_t data_raw[MAX_VALUATORS]; /**< Valuator data as posted */
|
||||
int32_t data_raw_frac[MAX_VALUATORS];/**< Fractional part for data_raw */
|
||||
} valuators;
|
||||
uint32_t flags; /**< Flags to be copied into the generated event */
|
||||
};
|
||||
|
||||
#ifdef XQUARTZ
|
||||
|
||||
Reference in New Issue
Block a user