diff options
| author | ewy <ewy0@protonmail.com> | 2026-08-13 15:25:59 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-08-13 15:25:59 +0200 |
| commit | bc3f852ea670e206fa3facc736a230f6b9d23920 (patch) | |
| tree | 198bdb2107108fe0cbe83836c8d14688128ba80c /input | |
| parent | 60f58e548ef745ec072482954ac37c35d88280d4 (diff) | |
clamp mous
Diffstat (limited to 'input')
| -rw-r--r-- | input/input.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/input/input.go b/input/input.go deleted file mode 100644 index 5a0dea7..0000000 --- a/input/input.go +++ /dev/null @@ -1,11 +0,0 @@ -package input - -import "ponger/events" - -type MouseMotionHandler interface { - ProcessMouseMotion(ev events.MouseMotion) -} - -type MousePressHandler interface { - ProcessMousePress(ev events.MousePress) -} |
