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

touchgfx::Screen::handleKeyEvent() method

@fn virtual void Screen::handleKeyEvent(uint8_t key) Called by the Application on the reception of a "key", the meaning of which is platform/application specific. Called by the Application on the reception of a "key", the meaning of which is platform/application specific. Default implementation does nothing.

Syntax

virtual void handleKeyEvent(uint8_t key);

Arguments

key

The key to handle.

References

LocationText
Screen.hpp:213
virtual void handleKeyEvent(uint8_t key)