From 1e0df536c2fae85c317ce9c3cc17603d5f98c911 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 15 Oct 2008 20:33:15 +0000 Subject: moved client console into a Widget --- src/ui/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/ui.h') diff --git a/src/ui/ui.h b/src/ui/ui.h index 583f76c..8fa32c2 100644 --- a/src/ui/ui.h +++ b/src/ui/ui.h @@ -61,7 +61,7 @@ public: void input_mouse(const float x, const float y); /// receive global key input - void input_key(const bool pressed, const int key, const unsigned int modifier); + bool input_key(const bool pressed, const int key, const unsigned int modifier); /// run a user interface frame void frame(); -- cgit v1.2.3