Gdk.EventMotion Members

The members of Gdk.EventMotion are listed below.

See Also: Inherited members from Gdk.Event

Public Constructors

Internal constructor.

Public Properties

[read-only]
Axesdouble[]. EventMotion.X,EventMotion.Y translated to the axes of EventMotion.Device, or null if EventMotion.Device is the mouse.
[read-only]
DeviceDevice. The device where the event originated.
[read-only]
IsHintbool. True if this event is just a hint.
[read-only]
StateModifierType. An enum representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons.
[read-only]
Timeuint. The time of the event in milliseconds.
[read-only]
Xdouble. The x coordinate of the pointer relative to window.
[read-only]
XRootdouble. The x coordinate of the pointer relative to the root of the screen.
[read-only]
Ydouble. The y coordinate of the pointer relative to the window.
[read-only]
YRootdouble. The y coordinate of the pointer relative to the root of the screen.