kodi
Public Member Functions | List of all members
KODI::WINDOWING::WAYLAND::IRawInputHandlerPointer Class Reference

Handler for raw wl_pointer events. More...

#include <Seat.h>

Inheritance diagram for KODI::WINDOWING::WAYLAND::IRawInputHandlerPointer:
Inheritance graph
[legend]

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)
 

Detailed Description

Handler for raw wl_pointer events.

All functions are identical to wl_pointer


The documentation for this class was generated from the following file: