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

touchgfx::UIEventListener::handleKeyEvent() method

@fn virtual void UIEventListener::handleKeyEvent(uint8_t c) This handler is invoked when a key (or button) event has been detected by the system. This handler is invoked when a key (or button) event has been detected by the system.

Syntax

virtual void handleKeyEvent(uint8_t c);

Arguments

c

The key or button pressed.

References

LocationReferrerScopeText
UIEventListener.hpp:92
virtual void handleKeyEvent(uint8_t c)
Application.hpp:188touchgfx::Application::handleKeyEvent()touchgfx::Application
virtual void handleKeyEvent(uint8_t c);

Override Tree

Overridden methods
touchgfx::UIEventListener::handleKeyEvent()