remove wrong const
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ class Gamepad{
|
|||||||
|
|
||||||
bool isPressed(Button button);
|
bool isPressed(Button button);
|
||||||
bool isPressedLast(Button button) const;
|
bool isPressedLast(Button button) const;
|
||||||
uint16_t getState() const;
|
uint16_t getState();
|
||||||
uint16_t getLastState() const { return this->lastState; }
|
uint16_t getLastState() const { return this->lastState; }
|
||||||
|
|
||||||
static bool isPressed(uint16_t input, Button button);
|
static bool isPressed(uint16_t input, Button button);
|
||||||
|
|||||||
Reference in New Issue
Block a user