mirror of
https://github.com/libretro/RetroArch
synced 2025-02-13 03:40:33 +00:00
make the window half of the GLUI window for now
This commit is contained in:
parent
9109ea3dde
commit
80284d760f
@ -1408,6 +1408,7 @@ static void wimp_frame(void *data)
|
|||||||
wimp_start(&gui, width, height);
|
wimp_start(&gui, width, height);
|
||||||
glViewport(0, 0, width, height);
|
glViewport(0, 0, width, height);
|
||||||
device_draw(&device, &gui.ctx, width, height, ZR_ANTI_ALIASING_ON);
|
device_draw(&device, &gui.ctx, width, height, ZR_ANTI_ALIASING_ON);
|
||||||
|
zr_input_motion(&gui, menu_input_mouse_state(MENU_MOUSE_X_AXIS), menu_input_mouse_state(MENU_MOUSE_Y_AXIS));
|
||||||
/* zahnrad code */
|
/* zahnrad code */
|
||||||
|
|
||||||
menu_display_ctl(MENU_DISPLAY_CTL_RESTORE_CLEAR_COLOR, NULL);
|
menu_display_ctl(MENU_DISPLAY_CTL_RESTORE_CLEAR_COLOR, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user