25 void ProcessButton(libinput_event_pointer *e);
26 void ProcessMotion(libinput_event_pointer *e);
27 void ProcessMotionAbsolute(libinput_event_pointer *e);
28 void ProcessAxis(libinput_event_pointer *e);
31 struct pos m_pos = { 0, 0 };
Definition: LibInputPointer.h:13