wl_touch_listener

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

cancel
void function(void* data, wl_touch* wl_touch) cancel;
Undocumented in source.
down
void function(void* data, wl_touch* wl_touch, uint serial, uint time, wl_surface* surface, int id, wl_fixed_t x, wl_fixed_t y) down;
Undocumented in source.
frame
void function(void* data, wl_touch* wl_touch) frame;
Undocumented in source.
motion
void function(void* data, wl_touch* wl_touch, uint time, int id, wl_fixed_t x, wl_fixed_t y) motion;
Undocumented in source.
up
void function(void* data, wl_touch* wl_touch, uint serial, uint time, int id) up;
Undocumented in source.

Meta