mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 14:57:01 +00:00
@@ -19,6 +19,8 @@ public:
|
||||
COsKeyState(int key, bool down, bool released, bool repeat, bool unk)
|
||||
: x0_key(key), x4_down(down), x4_released(released), x4_repeat(repeat), x4_unk(unk) {}
|
||||
|
||||
bool IsPressed() const { return x4_down; }
|
||||
bool JustPressed() const { return x4_unk && x4_down; }
|
||||
private:
|
||||
int x0_key;
|
||||
short x4_down : 1;
|
||||
|
||||
Reference in New Issue
Block a user