JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::MouseInactivityDetector::Listener Class Referenceabstract

Classes should implement this to receive callbacks from a MouseInactivityDetector when the mouse becomes active or inactive. More...

#include <juce_MouseInactivityDetector.h>

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. More...
 
virtual void mouseBecameInactive ()=0
 Called when the mouse hasn't been moved for the timeout period. More...
 

Detailed Description

Classes should implement this to receive callbacks from a MouseInactivityDetector when the mouse becomes active or inactive.

Constructor & Destructor Documentation

◆ ~Listener()

virtual juce::MouseInactivityDetector::Listener::~Listener ( )
virtualdefault

Member Function Documentation

◆ mouseBecameActive()

virtual void juce::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 juce::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: