From 7ad13ccb127edf520dead3f20570dd5f772cc61d Mon Sep 17 00:00:00 2001 From: Jakob Fries Date: Sun, 10 Jun 2007 15:19:04 +0000 Subject: new input thingies --- src/engine/interface.h | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'src/engine/interface.h') diff --git a/src/engine/interface.h b/src/engine/interface.h index d4bde2af..c8099247 100644 --- a/src/engine/interface.h +++ b/src/engine/interface.h @@ -6,7 +6,7 @@ */ // TODO: Move the definitions of these keys here -#include +#include enum { @@ -331,22 +331,6 @@ bool snd_shutdown(); */ void inp_mouse_relative(int *x, int *y); -/* - Function: inp_mouse_button_pressed - Checks if a mouse button is pressed. - - Arguments: - button - Index to the button to check. - * 0 - Left mouse button. - * 1 - Right mouse button. - * 2 - Middle mouse button. - * Others over 2 is undefined mouse buttons. - - Returns: - Returns 1 if the button is pressed, otherwise 0. -*/ -int inp_mouse_button_pressed(int button); - /* Function: inp_key_pressed Checks if a key is pressed. -- cgit 1.4.1