Misc changes

This commit is contained in:
Krzosa Karol
2025-12-26 21:01:54 +01:00
parent 29ad3a8f08
commit 6f9299e557
4 changed files with 17 additions and 23 deletions

View File

@@ -173,12 +173,6 @@ void OnCommand(Event event) {
Scratch scratch;
Array<Window *> order = GetWindowZOrder(scratch);
Window *window = GetWindow(ActiveWindowID);
{
}
// Handle wheel scrolling
if (event.xwheel || event.ywheel) {
Vec2I mouse = MouseVec2I();