mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Updated some incorrect documentation for KeyPress
This commit is contained in:
parent
b6eec9611d
commit
54ad9fca56
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ public:
|
|||
/** Creates a KeyPress for a key and some modifiers.
|
||||
|
||||
e.g.
|
||||
CTRL+C would be: KeyPress ('c', ModifierKeys::ctrlModifier)
|
||||
SHIFT+Escape would be: KeyPress (KeyPress::escapeKey, ModifierKeys::shiftModifier)
|
||||
CTRL+C would be: KeyPress ('c', ModifierKeys::ctrlModifier, 0)
|
||||
SHIFT+Escape would be: KeyPress (KeyPress::escapeKey, ModifierKeys::shiftModifier, 0)
|
||||
|
||||
@param keyCode a code that represents the key - this value must be
|
||||
one of special constants listed in this class, or an
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue