- data_offer
void function(void* data, wl_data_device* wl_data_device, wl_data_offer* id) data_offer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- drop
void function(void* data, wl_data_device* wl_data_device) drop;
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_data_device* wl_data_device, uint serial, wl_surface* surface, wl_fixed_t x, wl_fixed_t y, wl_data_offer* id) enter;
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_data_device* wl_data_device) 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_data_device* wl_data_device, uint time, wl_fixed_t x, wl_fixed_t y) motion;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- selection
void function(void* data, wl_data_device* wl_data_device, wl_data_offer* id) selection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.