A set of attributes to the selection grid row affecting selection grid behavior. More...
#include <selection_grid.h>
Data Fields | |
| bool | wrap |
| Whether to wrap selection when it passes the end of the row. | |
| bool | has_h_exit_idx |
| Whether this row have a horizontal exit index (a row to process horizontal inputs from). | |
| u8 | h_exit_idx |
| The index of the row to exit from when a horizontal input is received. | |
A set of attributes to the selection grid row affecting selection grid behavior.
Definition at line 78 of file selection_grid.h.
| u8 h_exit_idx |
The index of the row to exit from when a horizontal input is received.
Definition at line 95 of file selection_grid.h.
| bool has_h_exit_idx |
Whether this row have a horizontal exit index (a row to process horizontal inputs from).
Definition at line 90 of file selection_grid.h.
| bool wrap |
Whether to wrap selection when it passes the end of the row.
Definition at line 84 of file selection_grid.h.