about summary refs log tree commit diff
path: root/src/game/client/gc_ui.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-21 16:45:26 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-21 16:45:26 +0000
commitfaa13fe70371834c3e7e234875d32bb95d278c54 (patch)
tree2a1e52d2fde94993a9ea787dadeaec8416912f49 /src/game/client/gc_ui.cpp
parenta339dcf731278656a57aceec02696b752e85f7b6 (diff)
downloadzcatch-faa13fe70371834c3e7e234875d32bb95d278c54.tar.gz
zcatch-faa13fe70371834c3e7e234875d32bb95d278c54.zip
fixed input problems. made better input in console and chat
Diffstat (limited to 'src/game/client/gc_ui.cpp')
-rw-r--r--src/game/client/gc_ui.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/client/gc_ui.cpp b/src/game/client/gc_ui.cpp
index a7580d5d..dc78c0ca 100644
--- a/src/game/client/gc_ui.cpp
+++ b/src/game/client/gc_ui.cpp
@@ -45,7 +45,9 @@ int ui_update(float mx, float my, float mwx, float mwy, int buttons)
     becomming_hot_item = 0;
     return 0;
 }
-
+/*
+bool ui_
+*/
 int ui_mouse_inside(const RECT *r)
 {
     if(mouse_x >= r->x && mouse_x <= r->x+r->w && mouse_y >= r->y && mouse_y <= r->y+r->h)