wlmaker
|
Public Attributes | |
struct wl_resource * | wl_resource_ptr |
struct wl_resource * | pointer_wl_resource_ptr |
struct wlr_surface * | wlr_surface_ptr |
struct wlr_cursor * | wlr_cursor_ptr |
struct wl_listener | surface_destroy_listener |
struct wl_listener | cursor_frame_listener |
State of a position observer.
struct wl_listener _wlmaker_input_position_observer_t::cursor_frame_listener |
Listener for frame
event of struct wlr_cursor.
struct wl_resource* _wlmaker_input_position_observer_t::pointer_wl_resource_ptr |
The pointer it was set up for.
struct wl_listener _wlmaker_input_position_observer_t::surface_destroy_listener |
Listener for destroy
event of the wlr_surface_ptr
.
struct wl_resource* _wlmaker_input_position_observer_t::wl_resource_ptr |
The corresponding resource.
struct wlr_cursor* _wlmaker_input_position_observer_t::wlr_cursor_ptr |
Link to the wlroots' cursor implementation.
struct wlr_surface* _wlmaker_input_position_observer_t::wlr_surface_ptr |
The surface it observes the position for.