GUIslice
0.16.0
Embedded GUI in C
|
#include <XKeyPad_Num.h>
Data Fields | |
gslc_tsXKeyPadCfg | sBaseCfg |
KeyPad base config struct. More... | |
bool | bFloatEn |
Enable floating point (ie. decimal point) More... | |
bool | bSignEn |
Enable negative numbers. More... | |
bool | bValPositive |
Is the current value positive? (1=positive, 0=negative) More... | |
bool | bValDecimalPt |
Does the current value include a decimal point? More... | |
bool gslc_tsXKeyPadCfg_Num::bFloatEn |
Enable floating point (ie. decimal point)
bool gslc_tsXKeyPadCfg_Num::bSignEn |
Enable negative numbers.
bool gslc_tsXKeyPadCfg_Num::bValDecimalPt |
Does the current value include a decimal point?
bool gslc_tsXKeyPadCfg_Num::bValPositive |
Is the current value positive? (1=positive, 0=negative)
gslc_tsXKeyPadCfg gslc_tsXKeyPadCfg_Num::sBaseCfg |
KeyPad base config struct.