|
libc8
CHIP-8 utility library
|
Represents a command with an ID, argument ID, and associated argument. More...
#include <debug.h>
Data Fields | |
| C8_CommandIdentifier | id |
| C8_Arg | arg |
| int | setValue |
Represents a command with an ID, argument ID, and associated argument.
This structure is used to encapsulate a command's identifier, its argument, and a value to set the argument to specifically for set commands.
| id | command identifier |
| arg | Arg argument |
| setValue | value to set arg.value to for set commands |
| C8_Arg arg |
| int setValue |