Struct xcb::x::EnterNotifyEvent[][src]

pub struct EnterNotifyEvent { /* fields omitted */ }
Expand description

the pointer is in a different window

Implementations

The root window for the final cursor position.

The window on which the event was generated.

If the event window has subwindows and the final pointer position is in one of them, then child is set to that subwindow, XCB_WINDOW_NONE otherwise.

The pointer X coordinate relative to root’s origin at the time of the event.

The pointer Y coordinate relative to root’s origin at the time of the event.

If event is on the same screen as root, this is the pointer X coordinate relative to the event window’s origin.

If event is on the same screen as root, this is the pointer Y coordinate relative to the event window’s origin.

Trait Implementations

The extension associated to this event, or None for the main protocol

The number associated to this event

Build an event from a raw pointer Read more

Convert the event into a raw pointer Read more

Obtain the event as a raw pointer

Access to the raw event data

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.