GetProximityEvents: add (untested) function
Add untested first guess at what GetProximityEvents should look like.
This commit is contained in:
committed by
Daniel Stone
parent
35fa4ac12b
commit
cccf7ae0ff
@@ -410,6 +410,14 @@ extern int GetKeyboardValuatorEvents(
|
||||
int num_valuator,
|
||||
int *valuators);
|
||||
|
||||
extern int GetProximityEvents(
|
||||
xEvent *events,
|
||||
DeviceIntPtr pDev,
|
||||
int type,
|
||||
int first_valuator,
|
||||
int num_valuators,
|
||||
int *valuators);
|
||||
|
||||
extern void SwitchCoreKeyboard(DeviceIntPtr pDev);
|
||||
extern void SwitchCorePointer(DeviceIntPtr pDev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user