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:
parent
f43784dc5b
commit
091ab8a3a3
1 changed files with 2 additions and 1 deletions
|
|
@ -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. */
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue