Classes should implement this to receive callbacks from a MouseInactivityDetector when the mouse becomes active or inactive.
More...
Classes should implement this to receive callbacks from a MouseInactivityDetector when the mouse becomes active or inactive.
◆ ~Listener()
virtual MouseInactivityDetector::Listener::~Listener |
( |
| ) |
|
|
virtualdefault |
◆ mouseBecameActive()
virtual void MouseInactivityDetector::Listener::mouseBecameActive |
( |
| ) |
|
|
pure virtual |
Called when the mouse is moved or clicked for the first time after a period of inactivity.
◆ mouseBecameInactive()
virtual void MouseInactivityDetector::Listener::mouseBecameInactive |
( |
| ) |
|
|
pure virtual |
Called when the mouse hasn't been moved for the timeout period.
The documentation for this class was generated from the following file: