mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
Clamp window position and size within screen bounds during drag/resize and ghsot window rending fixes
This commit is contained in:
@@ -32,7 +32,10 @@ public class Kernel : Sys.Kernel
|
||||
new ViewProcessLogs()
|
||||
]);
|
||||
|
||||
Sys.Graphics.Canvas canvas = Sys.Graphics.FullScreenCanvas.GetFullScreenCanvas();
|
||||
|
||||
Sys.Mouse.MouseManager.Initialize();
|
||||
Sys.Mouse.MouseManager.SetScreenSize((int)canvas.Mode.Width, (int)canvas.Mode.Height);
|
||||
Sys.Keyboard.KeyboardManager.Initialize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user