mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-20 06:20:32 +00:00
define precision scrolling and momentum structs, C API
This commit is contained in:
@@ -298,7 +298,7 @@ extension Ghostty {
|
||||
y *= 0.1
|
||||
}
|
||||
|
||||
ghostty_surface_mouse_scroll(surface, x, y)
|
||||
ghostty_surface_mouse_scroll(surface, x, y, 0)
|
||||
}
|
||||
|
||||
override func keyDown(with event: NSEvent) {
|
||||
|
||||
Reference in New Issue
Block a user