core: more code refactoring / improvements

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-08-25 15:45:43 -07:00
parent de1275dc0a
commit 470a84909b
6 changed files with 7 additions and 35 deletions

View file

@ -4,7 +4,6 @@
const std = @import("std");
const mach = @import("../main.zig");
const Core = @import("../Core.zig");
const InputState = @import("InputState.zig");
const gpu = mach.gpu;
const InitOptions = Core.InitOptions;
const Event = Core.Event;
@ -38,7 +37,7 @@ allocator: std.mem.Allocator,
core: *Core,
events: EventQueue,
input_state: InputState,
input_state: Core.InputState,
modifiers: KeyMods,
title: [:0]u8,