GUIslice  0.16.0
Embedded GUI in C
gslc_tsKey Struct Reference

Key information. Defines everything we need to know about a particular key. More...

#include <XKeyPad.h>

Data Fields

uint8_t nId
 Unique identifier. More...
 
uint8_t nRow
 Row to place the key (0 is top-most) More...
 
uint8_t nCol
 Column to place the key (0 is left-most) More...
 
uint8_t nRowSpan
 Number of rows that key takes up (in units of nButtonSzH pixels) More...
 
uint8_t nColSpan
 Number of columns that key takes up (in units of nButtonSzW pixels) More...
 
uint8_t nType
 Key type. More...
 

Detailed Description

Key information. Defines everything we need to know about a particular key.

Field Documentation

uint8_t gslc_tsKey::nCol

Column to place the key (0 is left-most)

uint8_t gslc_tsKey::nColSpan

Number of columns that key takes up (in units of nButtonSzW pixels)

uint8_t gslc_tsKey::nId

Unique identifier.

uint8_t gslc_tsKey::nRow

Row to place the key (0 is top-most)

uint8_t gslc_tsKey::nRowSpan

Number of rows that key takes up (in units of nButtonSzH pixels)

uint8_t gslc_tsKey::nType

Key type.


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