mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Lint. One line of lint.
This commit is contained in:
parent
f5104af0a2
commit
c50cc1cb84
|
|
@ -48,7 +48,7 @@ class KeyEvent : public UIEvent {
|
|||
int key_code_ = 0;
|
||||
|
||||
int repeat_count_ = 0;
|
||||
bool prev_state_ = false; // Key previously down(true) or up(false)
|
||||
bool prev_state_ = false; // Key previously down(true) or up(false)
|
||||
};
|
||||
|
||||
class MouseEvent : public UIEvent {
|
||||
|
|
|
|||
Loading…
Reference in a new issue