MouseEnterEvent class reference
The event is generated when the user mouse enters or exits the parent window area.
Functions documentation
MouseEnterEvent
(bool state);
Default constructor.
MouseEnterEvent
* Clone() const;
Implementation of the event cloning function.
bool GetState() const;
Returns information about whether the mouse enters or exits the parent window area.
Variables documentation
bool m_bState;
Stores data regarding enter/exit state.