- axis
void function(void* data, wl_pointer* wl_pointer, uint time, uint axis, wl_fixed_t value) axis;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- axis_discrete
void function(void* data, wl_pointer* wl_pointer, uint axis, int discrete) axis_discrete;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- axis_source
void function(void* data, wl_pointer* wl_pointer, uint axis_source) axis_source;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- axis_stop
void function(void* data, wl_pointer* wl_pointer, uint time, uint axis) axis_stop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- button
void function(void* data, wl_pointer* wl_pointer, uint serial, uint time, uint button, uint state) button;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- enter
void function(void* data, wl_pointer* wl_pointer, uint serial, wl_surface* surface, wl_fixed_t surface_x, wl_fixed_t surface_y) enter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- frame
void function(void* data, wl_pointer* wl_pointer) frame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- leave
void function(void* data, wl_pointer* wl_pointer, uint serial, wl_surface* surface) leave;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- motion
void function(void* data, wl_pointer* wl_pointer, uint time, wl_fixed_t surface_x, wl_fixed_t surface_y) motion;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.