Fixed fullscreen rendering and mouse scaling
This commit is contained in:
@@ -247,6 +247,8 @@ irr::video::IVideoDriver * VideoDriver;
|
||||
irr::scene::ISceneManager *SceneManager;
|
||||
SDL_Window* rc_window;
|
||||
irr::core::dimension2d<u32> rc_window_size;
|
||||
double rc_window_mouse_scale_x = 1;
|
||||
double rc_window_mouse_scale_y = 1;
|
||||
|
||||
struct rc_scene_properties_obj
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user