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
|
|
@ -38,7 +38,7 @@ pub const components = .{
|
|||
},
|
||||
};
|
||||
|
||||
pub const local_events = .{
|
||||
pub const events = .{
|
||||
.update = .{ .handler = update },
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ pub const components = .{
|
|||
.built = .{ .type = BuiltPipeline, .description = "internal" },
|
||||
};
|
||||
|
||||
pub const local_events = .{
|
||||
pub const events = .{
|
||||
.init = .{ .handler = fn () void },
|
||||
.deinit = .{ .handler = deinit },
|
||||
.update = .{ .handler = update },
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ pub const components = .{
|
|||
.built = .{ .type = BuiltText, .description = "internal" },
|
||||
};
|
||||
|
||||
pub const local_events = .{
|
||||
pub const events = .{
|
||||
.update = .{ .handler = update },
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ pub const components = .{
|
|||
.built = .{ .type = BuiltPipeline, .description = "internal" },
|
||||
};
|
||||
|
||||
pub const local_events = .{
|
||||
pub const events = .{
|
||||
.init = .{ .handler = fn () void },
|
||||
.deinit = .{ .handler = deinit },
|
||||
.update = .{ .handler = update },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue