1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Made the windowIgnoresKeyPresses ComponentPeer style flag documentation a bit clearer

This commit is contained in:
ed 2021-01-27 17:23:09 +00:00
parent f43784dc5b
commit 091ab8a3a3

View file

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