20 :
CSeat(globalName, seat, connection)
25 wayland::surface_t
const& surface,
26 std::int32_t hotspotX,
27 std::int32_t hotspotY)
override;
30 void InstallKeyboardRepeatInfo()
override;
Connection to Wayland compositor.
Definition: Connection.h:25
Definition: SeatWebOS.h:16
CSeat(std::uint32_t globalName, wayland::seat_t const &seat, CConnection &connection)
Construct seat handler.
Definition: Seat.cpp:77
Definition: Connection.h:19
Handle all events and requests related to one seat (including input and selection) ...
Definition: Seat.h:114
void SetCursor(std::uint32_t serial, wayland::surface_t const &surface, std::int32_t hotspotX, std::int32_t hotspotY) override
Set the cursor of the pointer of this seat.
Definition: SeatWebOS.cpp:14