![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
#include "InputEngine.h"#include "Actor.h"#include "AppContext.h"#include "Console.h"#include "ContentManager.h"#include "GUIManager.h"#include "Language.h"#include <regex>#include <OIS.h>#include <X11/Xlib.h>Go to the source code of this file.
Macros | |
| #define | strnlen(str, len) strlen(str) |
| #define | OIS_DYNAMIC_LIB |
Variables | |
| const char * | mOISDeviceType [6] = {"Unknown Device", "Keyboard", "Mouse", "JoyStick", "Tablet", "Other Device"} |
| InputEvent | eventInfo [] |
| #define OIS_DYNAMIC_LIB |
Definition at line 405 of file InputEngine.cpp.
| #define strnlen | ( | str, | |
| len | |||
| ) | strlen(str) |
Definition at line 400 of file InputEngine.cpp.
| InputEvent eventInfo[] |
Definition at line 37 of file InputEngine.cpp.
| const char* mOISDeviceType[6] = {"Unknown Device", "Keyboard", "Mouse", "JoyStick", "Tablet", "Other Device"} |
Definition at line 35 of file InputEngine.cpp.
1.8.17