all: rename local_events -> events
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
33bfdee520
commit
fc0ff2fffd
15 changed files with 28 additions and 28 deletions
|
|
@ -32,7 +32,7 @@ frame_render_pass: *gpu.RenderPassEncoder = undefined,
|
|||
pub const name = .app;
|
||||
pub const Mod = mach.Mod(@This());
|
||||
|
||||
pub const local_events = .{
|
||||
pub const events = .{
|
||||
.init = .{ .handler = init },
|
||||
.deinit = .{ .handler = deinit },
|
||||
.tick = .{ .handler = tick },
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ const assets = @import("assets");
|
|||
pub const name = .glyphs;
|
||||
pub const Mod = mach.Mod(@This());
|
||||
|
||||
pub const local_events = .{
|
||||
pub const events = .{
|
||||
.init = .{ .handler = init },
|
||||
.deinit = .{ .handler = deinit },
|
||||
.prepare = .{ .handler = prepare },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue