summaryrefslogtreecommitdiff
path: root/linux/system.h
diff options
context:
space:
mode:
authorleo2000-03-30 19:11:15 +0000
committerleo2000-03-30 19:11:15 +0000
commit0798d951c3cba8acb8f75740242b3b2d9fc848be (patch)
tree10b089721bb5fb567e459aa19e0e4bc39abf576e /linux/system.h
parent2cfefd03c4a6127434df30efaf757c8000b9eded (diff)
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
Diffstat (limited to 'linux/system.h')
-rw-r--r--linux/system.h12
1 files changed, 0 insertions, 12 deletions
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_
-
-
-
-
-
-
-