Classes should implement this to receive callbacks from a MouseInactivityDetector when the mouse becomes active or inactive.  
 More...
#include <juce_MouseInactivityDetector.h>
|  | 
| 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. 
◆ ~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: