From faa13fe70371834c3e7e234875d32bb95d278c54 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Fri, 21 Mar 2008 16:45:26 +0000 Subject: fixed input problems. made better input in console and chat --- src/game/client/gc_ui.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/game/client/gc_ui.cpp') 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) -- cgit 1.4.1