gdk.pad_event
Module for [PadEvent] class
class PadEvent
Types 1
classPadEvent : gdk.event.Event
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 eventvoid getGroupMode(out uint group, out uint mode) nothrowExtracts group and mode information from a pad event.