diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-03-25 15:44:17 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-03-25 15:44:17 -0700 |
| commit | decaee61b27f523eac61036672cf1d0266bbc012 (patch) | |
| tree | 0f3314ff587e4a8cb2280f6ce4a6716436c6ddd1 /include | |
| parent | 67d3507f9a80a5eb821ebb5f0eb858cdaa0ceb11 (diff) | |
apprt/embedded: support unmapped keys
Diffstat (limited to 'include')
| -rw-r--r-- | include/ghostty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ghostty.h b/include/ghostty.h index 96f7de272..572a0eaf5 100644 --- a/include/ghostty.h +++ b/include/ghostty.h @@ -261,7 +261,7 @@ void ghostty_surface_refresh(ghostty_surface_t); void ghostty_surface_set_content_scale(ghostty_surface_t, double, double); void ghostty_surface_set_focus(ghostty_surface_t, bool); void ghostty_surface_set_size(ghostty_surface_t, uint32_t, uint32_t); -void ghostty_surface_key(ghostty_surface_t, ghostty_input_action_e, ghostty_input_key_e, ghostty_input_mods_e); +void ghostty_surface_key(ghostty_surface_t, ghostty_input_action_e, ghostty_input_key_e, ghostty_input_key_e, ghostty_input_mods_e); void ghostty_surface_char(ghostty_surface_t, uint32_t); void ghostty_surface_mouse_button(ghostty_surface_t, ghostty_input_mouse_state_e, ghostty_input_mouse_button_e, ghostty_input_mods_e); void ghostty_surface_mouse_pos(ghostty_surface_t, double, double); |
