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)Extracts the information from a pad strip or ring event.uint getButton()Extracts information about the pressed button from a pad event. Returns: the button of eventvoid getGroupMode(out uint group, out uint mode)Extracts group and mode information from a pad event.