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)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 event
void getGroupMode(out uint group, out uint mode)Extracts group and mode information from a pad event.
Constructors
this(void * ptr, Flag!"Take" take)