summaryrefslogtreecommitdiffstats
path: root/src/core/Pad.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-06-30 06:43:55 +0200
committerSergeanur <s.anureev@yandex.ua>2020-06-30 06:43:55 +0200
commitc80bdf3a2a898297eb385659288efca43d8b106b (patch)
tree0d757bc14e3058e2696be41a83473d8b1888f46e /src/core/Pad.h
parentFix MBlur (diff)
downloadre3-c80bdf3a2a898297eb385659288efca43d8b106b.tar
re3-c80bdf3a2a898297eb385659288efca43d8b106b.tar.gz
re3-c80bdf3a2a898297eb385659288efca43d8b106b.tar.bz2
re3-c80bdf3a2a898297eb385659288efca43d8b106b.tar.lz
re3-c80bdf3a2a898297eb385659288efca43d8b106b.tar.xz
re3-c80bdf3a2a898297eb385659288efca43d8b106b.tar.zst
re3-c80bdf3a2a898297eb385659288efca43d8b106b.zip
Diffstat (limited to '')
-rw-r--r--src/core/Pad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Pad.h b/src/core/Pad.h
index 6f20571f..8c3bc752 100644
--- a/src/core/Pad.h
+++ b/src/core/Pad.h
@@ -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);