ArduinoDumbDisplay v0.9.9-r34
DumbDisplay Arduino Library -- https://github.com/trevorwslee/Arduino-DumbDisplay
 
Loading...
Searching...
No Matches
DDFeedback Struct Reference

The struct that captures info about "feedback". See DDLayer::enableFeedback() More...

#include <_dd_feedback.h>

Public Attributes

DDFeedbackType type
 type of the "feedback"
 
int16_t x
 x of the "area" on the layer where was clicked
 
int16_t y
 y of the "area" on the layer where was clicked
 
String text
 text input (if any)
 

Detailed Description

The struct that captures info about "feedback". See DDLayer::enableFeedback()