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.
SetCursorEventrepresents a C++wxSetCursorEventclass instance which your code has ownership,SetCursorEventIsOwned<false>represents one which don’t own.- Use
SetCursorEvent’snew()orBuildable::builder()(if available) to create an instance of this class. - See C++
wxSetCursorEventclass’s documentation for more details.
Aliased Type§
pub struct SetCursorEvent(/* private fields */);