Here is a list of all files with brief descriptions:
ceInputCore.h [code] | InputCore is a generic input system that lets you use any input devices such as keyboards, mouses, joysticks, etc.. |
ceInputCoreImpl.h [code] | InputCore is a generic input system that lets you use any input devices such as keyboards, mouses, joysticks, etc.. |
ceInputDevice.h [code] | The device base class |
ceInputEnums.h [code] | The enumerated types |
ceJoystick.h [code] | The joystick device, this is the joystick manager |
ceKeyboard.h [code] | The keyboard device, this is the keyboard manager |
ceKeyCodes.h [code] | InputCore defines special constants for each key the user can press. The virtual-key codes identify various virtual keys. These constants can then be used to refer to the keystroke when using InputCore API calls. Virtual keys mainly consist of actual keyboard keys. All the following meanings listed below are for a U.S. English-language keyboard |
ceMouse.h [code] | The mouse device, this is the mouse manager |
ceSupport.h [code] | |