mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a documentation typo
This commit is contained in:
parent
2e2cfb5f6c
commit
fefeba63b8
1 changed files with 1 additions and 1 deletions
|
|
@ -1735,7 +1735,7 @@ public:
|
|||
virtual void modifierKeysChanged (const ModifierKeys& modifiers);
|
||||
|
||||
//==============================================================================
|
||||
/** Enumeration used by the focusChanged() and focusLost() methods. */
|
||||
/** Enumeration used by the focusGained() and focusLost() methods. */
|
||||
enum FocusChangeType
|
||||
{
|
||||
focusChangedByMouseClick, /**< Means that the user clicked the mouse to change focus. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue