From 0798d951c3cba8acb8f75740242b3b2d9fc848be Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 30 Mar 2000 19:11:15 +0000 Subject: The Linux version now allows you to select multiple pieces using the mouse if you hold the CTRL key down git-svn-id: http://svn.leocad.org/trunk@59 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- linux/system.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'linux/system.h') diff --git a/linux/system.h b/linux/system.h index 31c5251..3834453 100644 --- a/linux/system.h +++ b/linux/system.h @@ -91,16 +91,4 @@ inline long SystemGetTicks() void SystemSwapBuffers(); -inline bool IsKeyDown(int key) -{ - return false;//(GetKeyState(key) < 0); -} - #endif // _SYSTEM_H_ - - - - - - - -- cgit v1.2.3