switched uint8_t -> bool in input, no pressure sense

This commit is contained in:
Hay1tsme
2022-01-09 12:30:31 -05:00
parent 315a272a03
commit d633cb9838
3 changed files with 11 additions and 11 deletions

View File

@ -14,7 +14,7 @@ enum {
MERCURY_IO_GAMEBTN_VOL_DOWN = 0x02,
};
typedef void (*mercury_io_touch_callback_t)(const uint8_t *state);
typedef void (*mercury_io_touch_callback_t)(const bool *state);
/* Get the version of the Wacca IO API that this DLL supports. This
function should return a positive 16-bit integer, where the high byte is
the major version and the low byte is the minor version (as defined by the