macos: mouse scroll events

This commit is contained in:
Mitchell Hashimoto
2023-02-19 09:46:50 -08:00
parent 1659f52175
commit f1ebc6953e
4 changed files with 25 additions and 0 deletions

View File

@@ -231,6 +231,7 @@ void ghostty_surface_key(ghostty_surface_t, ghostty_input_action_e, ghostty_inpu
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);
void ghostty_surface_mouse_scroll(ghostty_surface_t, double, double);
#ifdef __cplusplus
}