JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::TextEditorKeyMapper< CallbackClass > Struct Template Reference

This class is used to invoke a range of text-editor navigation methods on an object, based upon a keypress event. More...

#include <juce_TextEditorKeyMapper.h>

Static Public Member Functions

static bool invokeKeyFunction (CallbackClass &target, const KeyPress &key)
 Checks the keypress and invokes one of a range of navigation functions that the target class must implement, based on the key event. More...
 

Detailed Description

template<class CallbackClass>
struct juce::TextEditorKeyMapper< CallbackClass >

This class is used to invoke a range of text-editor navigation methods on an object, based upon a keypress event.

It's currently used internally by the TextEditor and CodeEditorComponent.

{GUI}

Member Function Documentation

◆ invokeKeyFunction()


The documentation for this struct was generated from the following file: