touchgfx::Application::handleKeyEvent() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Application::handleKeyEvent()

touchgfx::Application::handleKeyEvent() method

@fn virtual void Application::handleKeyEvent(uint8_t c); Handle an incoming character received by the HAL layer. Handle an incoming character received by the HAL layer. Standard implementation delegates to current screen (which, in turn, does nothing).

Syntax

virtual void handleKeyEvent(uint8_t c);

Arguments

c

The incomming character to handle.

References

LocationText
Application.hpp:188
virtual void handleKeyEvent(uint8_t c);

Override Tree

Methods overriding this one
touchgfx::Application::handleKeyEvent()