JUCE
|
Classes should implement this to receive callbacks from a MouseInactivityDetector when the mouse becomes active or inactive. More...
Public Member Functions | |
virtual | ~Listener ()=default |
virtual void | mouseBecameActive ()=0 |
Called when the mouse is moved or clicked for the first time after a period of inactivity. | |
virtual void | mouseBecameInactive ()=0 |
Called when the mouse hasn't been moved for the timeout period. | |
Classes should implement this to receive callbacks from a MouseInactivityDetector when the mouse becomes active or inactive.
|
virtualdefault |
Called when the mouse is moved or clicked for the first time after a period of inactivity.