GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
SelGridRowAttributes Struct Reference

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.
 

Detailed Description

A set of attributes to the selection grid row affecting selection grid behavior.

Definition at line 78 of file selection_grid.h.

Field Documentation

◆ h_exit_idx

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.

◆ has_h_exit_idx

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.

◆ wrap

bool wrap

Whether to wrap selection when it passes the end of the row.

Definition at line 84 of file selection_grid.h.


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