summaryrefslogtreecommitdiff
path: root/src/input/mouse.zig
AgeCommit message (Collapse)Author
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2024-08-16input: yeet usingnamespaceMitchell Hashimoto
2024-06-29core: mouse pressure state and callbacksMitchell Hashimoto
2023-08-08Fix typosKevin Hovsäter
2023-08-07Revert "Merge pull request #244 from mitchellh/alt-as-esc"Mitchell Hashimoto
This reverts commit c139279d479682c17f63d9b57c2d56608d09d16a, reversing changes made to 4ed21047a734d7c586debe0026e3b6ea90ed1622. We do want to do this but this broke bindings.
2023-08-07make keyboard modifiers left/right-aware throughout coreMitchell Hashimoto
2023-06-30Update Zig (#164)Mitchell Hashimoto
* update zig * pkg/fontconfig: clean up @as * pkg/freetype,harfbuzz: clean up @as * pkg/imgui: clean up @as * pkg/macos: clean up @as * pkg/pixman,utf8proc: clean up @as * clean up @as * lots more @as cleanup * undo flatpak changes * clean up @as
2023-06-29define precision scrolling and momentum structs, C APIMitchell Hashimoto
2023-02-24gtk: mouse inputMitchell Hashimoto
2023-02-19macos: mouse button and mouse move eventsMitchell Hashimoto
2022-08-26Track/cache button state and mods stateMitchell Hashimoto