Bug#720690: Fixed

2013-09-18 Thread Mark Weyer
Apparently, the bug was already fixed in version 0.9.1-1, which is in experimental. So should the bug be closed? Best regards, Mark Weyer -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.

Bug#720690: wrong mouse buttons in events

2013-08-24 Thread Mark Weyer
unusable. Best regards, Mark Weyer open Sdlevent let string_of_button b = let open Sdlmouse in match b with | BUTTON_LEFT -> "left" | BUTTON_MIDDLE -> "middle" | BUTTON_RIGHT -> "right" | BUTTON_WHEELUP -> "up" | BUTTON_W