juce::MouseInputSource::SourceList::SourceList |
( |
| ) |
|
|
inline |
bool juce::MouseInputSource::SourceList::addSource |
( |
| ) |
|
void juce::MouseInputSource::SourceList::addSource |
( |
int |
index, |
|
|
bool |
isMouse |
|
) |
| |
|
inline |
void juce::MouseInputSource::SourceList::beginDragAutoRepeat |
( |
const int |
interval | ) |
|
|
inline |
MouseInputSource* juce::MouseInputSource::SourceList::getDraggingMouseSource |
( |
int |
index | ) |
const |
|
inlinenoexcept |
int juce::MouseInputSource::SourceList::getNumDraggingMouseSources |
( |
| ) |
const |
|
inlinenoexcept |
MouseInputSource* juce::MouseInputSource::SourceList::getOrCreateMouseInputSource |
( |
int |
touchIndex | ) |
|
|
inline |
void juce::MouseInputSource::SourceList::timerCallback |
( |
| ) |
|
|
inlineoverridevirtual |
The user-defined callback routine that actually gets called periodically.
It's perfectly ok to call startTimer() or stopTimer() from within this callback to change the subsequent intervals.
Implements juce::Timer.
The documentation for this struct was generated from the following file: