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.
SetCursorEvent
represents a C++wxSetCursorEvent
class 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++
wxSetCursorEvent
class’s documentation for more details.
Aliased Type§
pub struct SetCursorEvent(/* private fields */);