From 840f9b8678f607aecc15d47bc77248c4ac8b8574 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 4 Feb 2008 00:54:30 +0000 Subject: tweaked console client status with timer and fps core connect/disconnect --- src/client/input.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/input.h') diff --git a/src/client/input.h b/src/client/input.h index 23ddd5d..6067522 100644 --- a/src/client/input.h +++ b/src/client/input.h @@ -18,8 +18,8 @@ public: /// shutdown the input subsystem void shutdown(); - /// process input events - void process(); + /// handle one frame of input events + void frame(); protected: /// handle key release events -- cgit v1.2.3