summaryrefslogtreecommitdiffstats
path: root/src/emu/uiinput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/uiinput.cpp')
-rw-r--r--src/emu/uiinput.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/uiinput.cpp b/src/emu/uiinput.cpp
index a52df97679d..3094df31ce8 100644
--- a/src/emu/uiinput.cpp
+++ b/src/emu/uiinput.cpp
@@ -20,7 +20,7 @@ enum
{
SEQ_PRESSED_FALSE = 0, /* not pressed */
SEQ_PRESSED_TRUE, /* pressed */
- SEQ_PRESSED_RESET /* reset -- converted to FALSE once detected as not pressed */
+ SEQ_PRESSED_RESET /* reset -- converted to false once detected as not pressed */
};
@@ -224,7 +224,7 @@ ioport_field *ui_input_manager::find_mouse_field() const
***************************************************************************/
/*-------------------------------------------------
- pressed - return TRUE if a key down
+ pressed - return true if a key down
for the given user interface sequence is
detected
-------------------------------------------------*/
@@ -236,7 +236,7 @@ bool ui_input_manager::pressed(int code)
/*-------------------------------------------------
- pressed_repeat - return TRUE if a key
+ pressed_repeat - return true if a key
down for the given user interface sequence is
detected, or if autorepeat at the given speed
is triggered