Changes between Version 3 and Version 4 of code/doc/InputHandler
- Timestamp:
- Apr 12, 2017, 11:14:00 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/InputHandler
v3 v4 1 1 = InputHandler = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 3 Down the hierarchy of input distribution, this is the second last or last stage. An InputHandler can do anything with an input event. It simply receives it in almost exactly the same manner as the InputManager does from OIS. The difference is that the target is selectively chosen. You can also derive from it yourself and do some crazy stuff. But you are probably more interested in the 'built-in' classes. [[br]]