Type Alias SetCursorEvent

Source
pub type SetCursorEvent = SetCursorEventIsOwned<true>;
Expand description

A wxSetCursorEvent is generated from wxWindow when the mouse cursor is about to be set as a result of mouse motion.

Aliased Type§

pub struct SetCursorEvent(/* private fields */);