Changes between Version 10 and Version 11 of code/doc/Input
- Timestamp:
- Sep 18, 2008, 11:47:46 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Input
v10 v11 1 = Input Management=1 = Input = 2 2 3 [[TracNav(TracNav/TOC_ Coding)]]3 [[TracNav(TracNav/TOC_Development)]] 4 4 5 5 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]]