Changes between Version 5 and Version 6 of code/doc/InputManager
- Timestamp:
- Apr 12, 2017, 11:14:28 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/InputManager
v5 v6 1 1 = InputManager = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 3 The task of this object is to capture input from the OIS library and then redistribute it to InputStates. … … 6 5 == Overview == 7 6 As describes briefly in [wiki:Input], the InputManager is the main object. Even though its tasks don't seem to be large, there is a large part of the code dealing with initialisation, destruction and reloading. This graphics is an extract from the one found in [wiki:Input]: [[br]] 8 [[Image(InputManager :InputManager.png)]]7 [[Image(InputManager.png)]] 9 8 10 9 == The InputState ==