GUIslice  0.16.0
Embedded GUI in C
gslc_tsInputMap Struct Reference

Input mapping. More...

#include <GUIslice.h>

Data Fields

gslc_teInputRawEvent eEvent
 The input event. More...
 
int16_t nVal
 The value associated with the input event. More...
 
gslc_teAction eAction
 Resulting action. More...
 
int16_t nActionVal
 The value for the output action. More...
 

Detailed Description

Input mapping.

  • Describes mapping from keyboard or GPIO input to a GUI action (such as changing the current element focus)
  • This is generally used to support keyboard or GPIO control over the GUI operation

The documentation for this struct was generated from the following file: