Browse Source

Docs: Correct a reference to a non-existent method

v7.0.9
Leigh Marble Tom Poole 2 years ago
parent
commit
0816dbbae7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/keyboard/juce_KeyListener.h

+ 1
- 1
modules/juce_gui_basics/keyboard/juce_KeyListener.h 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


Loading…
Cancel
Save