gdk.pad_event

Module for [PadEvent] class

class PadEvent

Types 1

An event related to a pad-based device.

Methods
void getAxisValue(out uint index, out double value) nothrowExtracts the information from a pad strip or ring event.
uint getButton() nothrowExtracts information about the pressed button from a pad event. Returns: the button of event
void getGroupMode(out uint group, out uint mode) nothrowExtracts group and mode information from a pad event.
Constructors
this(void * ptr, Flag!"Take" take)