Polyphase Game Engine
Loading...
Searching...
No Matches
InputConstants.h File Reference

Go to the source code of this file.

Macros

#define INPUT_MAX_KEYS   256
 
#define INPUT_MAX_TOUCHES   4
 
#define INPUT_MAX_GAMEPADS   4
 
#define INPUT_KEYBOARD_SUPPORT   0
 
#define INPUT_MOUSE_SUPPORT   0
 
#define INPUT_TOUCH_SUPPORT   0
 
#define INPUT_GAMEPAD_SUPPORT   1
 

Macro Definition Documentation

◆ INPUT_GAMEPAD_SUPPORT

#define INPUT_GAMEPAD_SUPPORT   1

◆ INPUT_KEYBOARD_SUPPORT

#define INPUT_KEYBOARD_SUPPORT   0

◆ INPUT_MAX_GAMEPADS

#define INPUT_MAX_GAMEPADS   4

◆ INPUT_MAX_KEYS

#define INPUT_MAX_KEYS   256

◆ INPUT_MAX_TOUCHES

#define INPUT_MAX_TOUCHES   4

◆ INPUT_MOUSE_SUPPORT

#define INPUT_MOUSE_SUPPORT   0

◆ INPUT_TOUCH_SUPPORT

#define INPUT_TOUCH_SUPPORT   0