libc8
CHIP-8 utility library
|
Represents a command with an ID, argument ID, and associated argument. More...
Data Fields | |
Command | id |
arg_t | arg |
int | setValue |
Represents a command with an ID, argument ID, and associated argument.
id | command identifier |
arg | arg_t argument |
setValue | value to set arg.value to for set commands |
arg_t arg |
Command id |
int setValue |