Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of code/doc/InputManager


Ignore:
Timestamp:
Sep 15, 2008, 8:32:37 PM (16 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/InputManager

    v1 v1  
     1= InputManager =
     2The task of this object is to capture input from the OIS library and then redistribute it to InputStates.
     3
     4== Overview ==
     5As 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 a extract from the one found in [wiki:Input]: [[br]]
     6[[Image(InputManager:InputManager.png)]]