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

touchgfx::Gestures::registerClickEvent() method

@fn void Gestures::registerClickEvent(ClickEvent::ClickEventType evt, uint16_t x, uint16_t y); Register a click event and figure out if this is a drag event, too. Register a click event and figure out if this is a drag event, too.

Syntax

void registerClickEvent(ClickEvent::ClickEventType evt,     uint16_t x,     uint16_t y);

Arguments

evt

The type of the click event.

x

The x coordinate of the click event.

y

The y coordinate of the click event.

References

LocationText
Gestures.hpp:128
void registerClickEvent(ClickEvent::ClickEventType evt, uint16_t x, uint16_t y);