diff --git a/modules/juce_gui_basics/windows/juce_ComponentPeer.h b/modules/juce_gui_basics/windows/juce_ComponentPeer.h index b41716abd7..73e73f7cc3 100644 --- a/modules/juce_gui_basics/windows/juce_ComponentPeer.h +++ b/modules/juce_gui_basics/windows/juce_ComponentPeer.h @@ -70,7 +70,8 @@ public: performAnyPendingRepaintsNow() method is called. */ windowIgnoresKeyPresses = (1 << 10), /**< Tells the window not to catch any keypresses. This can be used for things like plugin windows, to stop them interfering - with the host's shortcut keys */ + with the host's shortcut keys. This will prevent the window from + gaining keyboard focus. */ windowIsSemiTransparent = (1 << 30) /**< Not intended for public use - makes a window transparent. */ };