mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Correct a reference to a non-existent method
This commit is contained in:
parent
372290d352
commit
0816dbbae7
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ namespace juce
|
|||
Receives callbacks when keys are pressed.
|
||||
|
||||
You can add a key listener to a component to be informed when that component
|
||||
gets key events. See the Component::addListener method for more details.
|
||||
gets key events. See the Component::addKeyListener method for more details.
|
||||
|
||||
@see KeyPress, Component::addKeyListener, KeyPressMappingSet
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue