ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_widget_key_info Struct Reference

#include <ra8_widget_keyboard.h>

Collaboration diagram for ra8_widget_key_info:

Data Fields

ra8_ui_rect_t rect
 Key hit / draw rectangle.
const char * label
 Special-key label (NULL for a character key).
char glyph
 Current-case char (0 for a special / no key).
uint8_t pad0
 Padding.
uint16_t pad1
 Padding to a 4-byte boundary.

Detailed Description

Definition at line 65 of file ra8_widget_keyboard.h.

Field Documentation

◆ glyph

char ra8_widget_key_info::glyph

Current-case char (0 for a special / no key).

Definition at line 68 of file ra8_widget_keyboard.h.

◆ label

const char* ra8_widget_key_info::label

Special-key label (NULL for a character key).

Definition at line 67 of file ra8_widget_keyboard.h.

◆ pad0

uint8_t ra8_widget_key_info::pad0

Padding.

Definition at line 69 of file ra8_widget_keyboard.h.

◆ pad1

uint16_t ra8_widget_key_info::pad1

Padding to a 4-byte boundary.

Definition at line 70 of file ra8_widget_keyboard.h.

◆ rect

ra8_ui_rect_t ra8_widget_key_info::rect

Key hit / draw rectangle.

Definition at line 66 of file ra8_widget_keyboard.h.


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