Searched refs:ProcessOtherEvent (Results 1 – 4 of 4) sorted by relevance
162 ProcessOtherEvent(InternalEvent * /* ev */ ,
277 dev->public.processInputProc = ProcessOtherEvent; in AddInputDevice()278 dev->public.realInputProc = ProcessOtherEvent; in AddInputDevice()2741 pointer->public.processInputProc = ProcessOtherEvent; in AllocDevicePair()2742 pointer->public.realInputProc = ProcessOtherEvent; in AllocDevicePair()2768 keyboard->public.processInputProc = ProcessOtherEvent; in AllocDevicePair()2769 keyboard->public.realInputProc = ProcessOtherEvent; in AllocDevicePair()
1526 ProcessOtherEvent((InternalEvent*)&motion, dev); in DeliverEmulatedMotionEvent()1847 ProcessOtherEvent(InternalEvent *ev, DeviceIntPtr device) in ProcessOtherEvent() function
80754 Xi: split ProcessOtherEvent into ProcessDeviceEvent89469 exevents.c: In function 'ProcessOtherEvent':115519 - Access NULL pointer intentionally in ProcessOtherEvent on key press.134879 ProcessOtherEvent and friends.134923 through to ProcessOtherEvent now, so get rid of the old, useless functions.153325 ProcessOtherEvent does all the work now.154865 ProcessOtherEvent: Don't do double translation of button events154868 do the remapping again in ProcessOtherEvent.