9#ifndef fsCInputManagerhdr
10#define fsCInputManagerhdr
44 static void charEvent(GLFWwindow* pWindow,
unsigned int pCodepoint);
48 void keyboardListenerCreate();
50 std::map<fsS32, fsS64> mKeysDown;
54 fsBool mMouseButtonDown =
false;
bool fsBool
Definition fsBaseTypes.h:26
int fsS32
Definition fsBaseTypes.h:20
float fsF32
Definition fsBaseTypes.h:28