[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgdk3.pas line 4129
type TGdkEventPadAxis = record |
||
type_: TGdkEventType; |
|
|
window: PGdkWindow; |
|
|
send_event: gint8; |
|
|
time: guint32; |
|
|
group: guint; |
|
|
index: guint; |
|
|
mode: guint; |
|
|
value: gdouble; |
|
|
end; |