From ca42b8ce4b334a32d5a1797c884cde2a41b314c4 Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 10 Jan 2011 09:08:39 +0100 Subject: [PATCH] Add a comment on mouse stuff. --- input/sdl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/input/sdl.c b/input/sdl.c index 4eb7188553..fe57c96b6f 100644 --- a/input/sdl.c +++ b/input/sdl.c @@ -183,6 +183,7 @@ static int16_t sdl_joypad_device_state(sdl_input_t *sdl, const struct snes_keybi return false; } +// TODO: Broken at the moment. Need more info. static int16_t sdl_mouse_device_state(sdl_input_t *sdl, const struct snes_keybind **binds, bool port, unsigned device, unsigned index, unsigned id) {