1
0
Fork 0
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:
Tom Poole 2019-05-10 09:44:15 +01:00
parent 2e2cfb5f6c
commit fefeba63b8

View file

@ -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. */