mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
don't inline keyboardEventKeyIsSet
This commit is contained in:
@@ -952,7 +952,7 @@ pub fn keyboardEventDestroy(evt: *KeyboardEvent) void {
|
|||||||
c._dom_keyboard_event_destroy(evt);
|
c._dom_keyboard_event_destroy(evt);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub inline fn keyboardEventKeyIsSet(
|
pub fn keyboardEventKeyIsSet(
|
||||||
evt: *KeyboardEvent,
|
evt: *KeyboardEvent,
|
||||||
comptime key: enum { ctrl, alt, shift, meta },
|
comptime key: enum { ctrl, alt, shift, meta },
|
||||||
) bool {
|
) bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user