@@ -10,8 +10,8 @@
namespace gamepad
{
void init();
uint8_t add(int32_t index, uint8_t type);
void modify(int32_t index, uint8_t type);
void remove(int32_t index);
void buttonDown(int32_t index, uint8_t button);
void buttonUp(int32_t index, uint8_t button);
The note is not visible to the blocked user.