Signal
WPEPlatformGamepad::axis-event
since: 2.0
Declaration
void
axis_event (
WPEGamepad* self,
WPEGamepadAxis axis,
gdouble value,
gpointer user_data
)
Description [src]
Emitted when value of axis changes.
| Default handler: The default handler is called after the handlers added via |
| Available since: 2.0 |
Parameters
axis-
Type:
WPEGamepadAxisA
WPEGamepadAxis. value-
Type:
gdoubleThe value of
axis.