apprt/embedded: add ghostty_app_set_focus

This commit is contained in:
Mitchell Hashimoto
2024-10-06 09:54:07 -10:00
parent bac1780c3c
commit 8dc4ebb4f7
2 changed files with 14 additions and 0 deletions

View File

@@ -615,6 +615,7 @@ ghostty_app_t ghostty_app_new(const ghostty_runtime_config_s*,
void ghostty_app_free(ghostty_app_t);
bool ghostty_app_tick(ghostty_app_t);
void* ghostty_app_userdata(ghostty_app_t);
void ghostty_app_set_focus(ghostty_app_t, bool);
bool ghostty_app_key(ghostty_app_t, ghostty_input_key_s);
void ghostty_app_keyboard_changed(ghostty_app_t);
void ghostty_app_open_config(ghostty_app_t);