Changes between Version 12 and Version 13 of code/doc/Input
- Timestamp:
- May 29, 2010, 4:52:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Input
v12 v13 3 3 4 4 This page describes how various user input (keyboard, mouse or joy stick) is being processed. Our goal was to develop a generic implementation that allows to use the input in many different and independent ways. As an example it should not matter to a program whether a mouse button or a key has been pressed. [[br]] 5 In order to capture input in the first place, we decided not to reinvent the wheel and use a cross platform library instead: [wiki:OIS]. It provides all the features we need to stee ar a 3D game.5 In order to capture input in the first place, we decided not to reinvent the wheel and use a cross platform library instead: [wiki:OIS]. It provides all the features we need to steer a 3D game. 6 6 7 7 == Wiki articles ==