clang-format

This commit is contained in:
wheremyfoodat 2023-06-28 01:48:34 +03:00
parent 71582eff6d
commit 29806ff8e5
3 changed files with 257 additions and 266 deletions

View file

@ -87,13 +87,8 @@ public:
void pressKey(u32 mask) { newButtons |= mask; }
void releaseKey(u32 mask) { newButtons &= ~mask; }
s16 getCirclepadX() {
return circlePadX;
}
s16 getCirclepadY() {
return circlePadY;
}
s16 getCirclepadX() { return circlePadX; }
s16 getCirclepadY() { return circlePadY; }
void setCirclepadX(s16 x) {
circlePadX = x;