Class WlPointerResource

java.lang.Object
org.freedesktop.wayland.server.Resource<WlPointerRequests>
org.freedesktop.wayland.server.WlPointerResource
All Implemented Interfaces:
WaylandObject

public class WlPointerResource extends Resource<WlPointerRequests>
pointer input device

The wl_pointer interface represents one or more input devices, such as mice, which control the pointer location and pointer_focus of a seat.

The wl_pointer interface generates motion, enter and leave events for the surfaces that the pointer is located over, and button and axis events for button presses, button releases and scrolling.