|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ceInputCore.h File ReferenceInputCore is a generic input system that lets you use any input devices such as keyboards, mouses, joysticks, etc... More... #include "ceKeyboard.h" #include "ceMouse.h" #include "ceJoystick.h" #include "begin_code.h" #include "close_code.h"
Include dependency graph for ceInputCore.h:
![]()
This graph shows which files directly or indirectly include this file:
![]() Go to the source code of this file.
Detailed DescriptionInputCore is a generic input system that lets you use any input devices such as keyboards, mouses, joysticks, etc... Define Documentation
Include Guard.
Major version.
Minor version.
Patch number.
Version in string.
Value:
((CE_INPUT_VERSION_MAJOR << 16) | \ (CE_INPUT_VERSION_MINOR << 0x8) | \ CE_INPUT_VERSION_PATCH) Version number (useful in DLL/SO libs).
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|