all: rename local_events -> events

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-04-28 17:49:32 -07:00 committed by Stephen Gutekanst
parent 33bfdee520
commit fc0ff2fffd
15 changed files with 28 additions and 28 deletions

View file

@ -23,7 +23,7 @@ var gpa = std.heap.GeneralPurposeAllocator(.{}){};
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 },