GUIslice  0.16.0
Embedded GUI in C
gslc_tsXKeyPadData Struct Reference

Input callback data structure. More...

#include <XKeyPad.h>

Collaboration diagram for gslc_tsXKeyPadData:

Data Fields

char * pStr
 Final value of edited value field. More...
 
gslc_tsElemRefpTargetRef
 Target element reference to receive the value. More...
 

Detailed Description

Input callback data structure.

  • This struct is returned in GSLC_CB_INPUT when the KeyPad edits are complete, and is used to provide the resulting edited value.

Field Documentation

char* gslc_tsXKeyPadData::pStr

Final value of edited value field.

gslc_tsElemRef* gslc_tsXKeyPadData::pTargetRef

Target element reference to receive the value.


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