core: mouse pressure state and callbacks

This commit is contained in:
Mitchell Hashimoto
2024-06-12 06:39:17 -04:00
parent c165cef0a6
commit 6faeb9ba40
5 changed files with 93 additions and 0 deletions

View File

@@ -535,6 +535,7 @@ void ghostty_surface_mouse_scroll(ghostty_surface_t,
double,
double,
ghostty_input_scroll_mods_t);
void ghostty_surface_mouse_pressure(ghostty_surface_t, uint32_t, double);
void ghostty_surface_ime_point(ghostty_surface_t, double*, double*);
void ghostty_surface_request_close(ghostty_surface_t);
void ghostty_surface_split(ghostty_surface_t, ghostty_split_direction_e);