1
0
Fork 0
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:
Leigh Marble 2022-09-01 09:11:34 -07:00 committed by Tom Poole
parent 372290d352
commit 0816dbbae7

View file

@ -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