kodi
|
Handler for raw wl_pointer events. More...
#include <Seat.h>
Public Member Functions | |
virtual void | OnPointerEnter (CSeat *seat, std::uint32_t serial, const wayland::surface_t &surface, double surfaceX, double surfaceY) |
virtual void | OnPointerLeave (CSeat *seat, std::uint32_t serial, const wayland::surface_t &surface) |
virtual void | OnPointerMotion (CSeat *seat, std::uint32_t time, double surfaceX, double surfaceY) |
virtual void | OnPointerButton (CSeat *seat, std::uint32_t serial, std::uint32_t time, std::uint32_t button, wayland::pointer_button_state state) |
virtual void | OnPointerAxis (CSeat *seat, std::uint32_t time, wayland::pointer_axis axis, double value) |
Handler for raw wl_pointer events.
All functions are identical to wl_pointer