diff options
Diffstat (limited to 'src/emu/uiinput.h')
-rw-r--r-- | src/emu/uiinput.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/uiinput.h b/src/emu/uiinput.h index 669e195a0ba..861ca07c632 100644 --- a/src/emu/uiinput.h +++ b/src/emu/uiinput.h @@ -74,10 +74,10 @@ public: render_target *find_mouse(int32_t *x, int32_t *y, bool *button) const; ioport_field *find_mouse_field() const; - /* return TRUE if a key down for the given user interface sequence is detected */ + /* return true if a key down for the given user interface sequence is detected */ bool pressed(int code); - /* return TRUE if a key down for the given user interface sequence is detected, or if + /* return true if a key down for the given user interface sequence is detected, or if autorepeat at the given speed is triggered */ bool pressed_repeat(int code, int speed); |