mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +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);
|
||||
}
|
||||
|
||||
pub inline fn keyboardEventKeyIsSet(
|
||||
pub fn keyboardEventKeyIsSet(
|
||||
evt: *KeyboardEvent,
|
||||
comptime key: enum { ctrl, alt, shift, meta },
|
||||
) bool {
|
||||
|
||||
Reference in New Issue
Block a user