summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/ui.h')
-rw-r--r--src/frontend/mame/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/mame/ui/ui.h b/src/frontend/mame/ui/ui.h
index 239190e7a11..b124b471d9c 100644
--- a/src/frontend/mame/ui/ui.h
+++ b/src/frontend/mame/ui/ui.h
@@ -243,6 +243,7 @@ private:
bool m_show_profiler;
osd_ticks_t m_popup_text_end;
std::unique_ptr<uint8_t[]> m_non_char_keys_down;
+ bitmap_argb32 m_mouse_bitmap;
render_texture * m_mouse_arrow_texture;
bool m_mouse_show;
ui_options m_ui_options;