Rename IsAnyButtonPressed to CheckForInput

This commit is contained in:
Sergeanur
2020-06-30 07:43:55 +03:00
parent 6d396ba73b
commit c80bdf3a2a
2 changed files with 5 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ public:
float GetRightStickX(void) { return RightStickX/32767.0f; };
float GetRightStickY(void) { return RightStickY/32767.0f; };
bool IsAnyButtonPressed();
bool CheckForInput();
void Clear(void);
};
VALIDATE_SIZE(CControllerState, 0x2A);