summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uiinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/uiinput.h')
-rw-r--r--src/emu/uiinput.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/emu/uiinput.h b/src/emu/uiinput.h
index 7d4573bd1e6..a54f297de70 100644
--- a/src/emu/uiinput.h
+++ b/src/emu/uiinput.h
@@ -35,12 +35,12 @@ enum ui_event_type
struct ui_event
{
- ui_event_type event_type;
- render_target * target;
- INT32 mouse_x;
- INT32 mouse_y;
- input_item_id key;
- unicode_char ch;
+ ui_event_type event_type;
+ render_target * target;
+ INT32 mouse_x;
+ INT32 mouse_y;
+ input_item_id key;
+ unicode_char ch;
};
@@ -184,4 +184,4 @@ INLINE void ui_input_push_char_event(running_machine &machine, render_target *ta
}
-#endif /* __UIINPUT_H__ */
+#endif /* __UIINPUT_H__ */