Method
WPEPlatformEventpointer_button_get_button
Declaration [src]
guint
wpe_event_pointer_button_get_button (
WPEEvent* event
)
Description [src]
Get the button number of event
.
Note that event
must be a pointer button event (WPE_EVENT_POINTER_DOWN
or WPE_EVENT_POINTER_UP
).