From 4a70feb57a330fcb768826d2c4f2dd75a8393c8c Mon Sep 17 00:00:00 2001 From: malc Date: Mon, 8 Aug 2011 20:47:22 +0400 Subject: [PATCH] Allow scroll wheel in bird's eye --- main.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/main.ml b/main.ml index 8e9c028..93d3e6d 100644 --- a/main.ml +++ b/main.ml @@ -2336,6 +2336,7 @@ let birdseyemouse button bstate x y else loop rest in loop state.layout + | Glut.OTHER_BUTTON _ -> viewmouse button bstate x y | _ -> () ;; -- 2.11.4.GIT