EventProximity

Proximity events are generated when using GDK’s wrapper for the XInput extension. The XInput extension is an add-on for standard X that allows you to use nonstandard devices such as graphics tablets. A proximity event indicates that the stylus has moved in or out of contact with the tablet, or perhaps that the user’s finger has moved in or out of contact with a touch screen.

This event type will be used pretty rarely. It only is important for XInput aware programs that are drawing their own cursor.

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

_cPtr
void* _cPtr()

Properties

device
gdk.device.Device device [@property setter]

Set device field.

device
gdk.device.Device device [@property getter]

Get device field.

sendEvent
byte sendEvent [@property getter]

Get sendEvent field.

sendEvent
byte sendEvent [@property setter]

Set sendEvent field.

time
uint time [@property getter]

Get time field.

time
uint time [@property setter]

Set time field.

type
gdk.types.EventType type [@property getter]

Get type field.

type
gdk.types.EventType type [@property setter]

Set type field.

window
gdk.window.Window window [@property getter]

Get window field.

window
gdk.window.Window window [@property setter]

Set window field.