Data Fields | |
void(* | status )(void *data, struct www_surface *www_surface, int32_t x_rel, int32_t y_rel, uint32_t timestamp) |
Status update on a www_surface. More... | |
void(* | start_drag )(void *data, struct www_surface *www_surface) |
Drag has started. More... | |
void(* | end_drag )(void *data, struct www_surface *www_surface) |
Drag has ended. More... | |
void(* www_surface_listener::status) (void *data, struct www_surface *www_surface, int32_t x_rel, int32_t y_rel, uint32_t timestamp) |
Status update on a www_surface.
void(* www_surface_listener::start_drag) (void *data, struct www_surface *www_surface) |
Drag has started.
void(* www_surface_listener::end_drag) (void *data, struct www_surface *www_surface) |
Drag has ended.