Home
last modified time | relevance | path

Searched defs:SpiceTabletInterface (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libspice-server/spice-0.15.0/server/
H A Dspice-input.h75 typedef struct SpiceTabletInterface SpiceTabletInterface; typedef
79 struct SpiceTabletInterface { struct
80 SpiceBaseInterface base;
82 void (*set_logical_size)(SpiceTabletInstance* tablet, int width, int height);
83 void (*position)(SpiceTabletInstance* tablet, int x, int y, uint32_t buttons_state);
84 void (*wheel)(SpiceTabletInstance* tablet, int wheel_moution, uint32_t buttons_state);
85 void (*buttons)(SpiceTabletInstance* tablet, uint32_t buttons_state);