Merge branch 'master' into zig-0.15.0
This commit is contained in:
commit
55a862eac0
47 changed files with 1610 additions and 2504 deletions
|
@ -323,6 +323,9 @@ pub fn process_renderer_event(self: *Self, msg: []const u8) Error!void {
|
|||
})),
|
||||
};
|
||||
},
|
||||
.mouse_leave => {
|
||||
if (self.dispatch_event) |f| f(self.handler_ctx, try self.fmtmsg(.{"mouse_leave"}));
|
||||
},
|
||||
.focus_in => {
|
||||
if (self.dispatch_event) |f| f(self.handler_ctx, try self.fmtmsg(.{"focus_in"}));
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue