Mercurial > repos > blastem
comparison nuklear_ui/blastem_nuklear.c @ 1983:a7b753e260a2 mame_interp
Merge from default
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 09 May 2020 23:39:44 -0700 |
parents | 81df9aa2de9b |
children | 4c418ee9a9d8 |
comparison
equal
deleted
inserted
replaced
1937:cafde1255ad3 | 1983:a7b753e260a2 |
---|---|
2218 set_content_binding_state(0); | 2218 set_content_binding_state(0); |
2219 context->style.window.background = nk_rgba(0, 0, 0, 128); | 2219 context->style.window.background = nk_rgba(0, 0, 0, 128); |
2220 context->style.window.fixed_background = nk_style_item_color(nk_rgba(0, 0, 0, 128)); | 2220 context->style.window.fixed_background = nk_style_item_color(nk_rgba(0, 0, 0, 128)); |
2221 current_view = view_pause; | 2221 current_view = view_pause; |
2222 context->input.selected_widget = 0; | 2222 context->input.selected_widget = 0; |
2223 current_system->request_exit(current_system); | 2223 system_request_exit(current_system, 1); |
2224 } else if (current_system && !set_binding) { | 2224 } else if (current_system && !set_binding) { |
2225 clear_view_stack(); | 2225 clear_view_stack(); |
2226 show_play_view(); | 2226 show_play_view(); |
2227 } | 2227 } |
2228 } | 2228 } |