From bc50666e86d5739ccde633eb630cc75b3e0fcb71 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 7 Oct 2008 20:35:52 +0000 Subject: libui updates --- src/client/input.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/input.cc') diff --git a/src/client/input.cc b/src/client/input.cc index 41f79fe..0020a1f 100644 --- a/src/client/input.cc +++ b/src/client/input.cc @@ -714,7 +714,7 @@ void frame(float seconds) mouse_x = event.motion.x; mouse_y = event.motion.y; mouse_lastmoved = client()->time(); - ui::root()->event_mousecursor((float) mouse_x, (float) mouse_y); + ui::root()->event_mousemove((float) mouse_x, (float) mouse_y); break; case SDL_MOUSEBUTTONDOWN: -- cgit v1.2.3