Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-3.0.gir |
C documentation: | GdkAxisUse |
Enum : | AxisUse |
Properties | |
---|---|
guint32 Gdk.AxisUse.IGNORE : 0
|
|
guint32 Gdk.AxisUse.LAST : 7
|
|
guint32 Gdk.AxisUse.PRESSURE : 3
|
|
guint32 Gdk.AxisUse.WHEEL : 6
|
|
guint32 Gdk.AxisUse.X : 1
|
|
guint32 Gdk.AxisUse.XTILT : 4
|
|
guint32 Gdk.AxisUse.Y : 2
|
|
guint32 Gdk.AxisUse.YTILT : 5
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gdk.Device
Method |
get_axis_use
(guint32 index_)
:
Gdk.AxisUse
Returns the axis use for index_.
|
Gdk.Device
Method |
Specifies how an axis of a device is used.
|
Gdk.Event
Method |
Extract the axis value for a particular axis use from
an event structure. |