Skip to content

Commit 11ecd14

Browse files
committed
macos: fix
1 parent 31d3a60 commit 11ecd14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ruisapp/glue/macos/window.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ void handle_character_input(
434434
}
435435

436436
handle_key_event(
437-
true, //
437+
ruis::button_action::press, //
438438
key,
439439
*self->window
440440
);
@@ -460,7 +460,7 @@ void handle_character_input(
460460
ruis::key key = key_code_map[kc];
461461

462462
handle_key_event(
463-
false, //
463+
ruis::button_action::release, //
464464
key,
465465
*self->window
466466
);

0 commit comments

Comments
 (0)