diff options
author | Stijn Buys <ingar@osirion.org> | 2008-10-07 20:35:52 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-10-07 20:35:52 +0000 |
commit | bc50666e86d5739ccde633eb630cc75b3e0fcb71 (patch) | |
tree | afad7eb043d6773a7b2a426f4d7b1f600301b5cd /src/client | |
parent | f54bd48a884e4e3c95818f042a4b2418a6e070a4 (diff) |
libui updates
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/input.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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: |