core: more code refactoring / improvements
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
de1275dc0a
commit
470a84909b
6 changed files with 7 additions and 35 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue