3#include <Core/Input/DeviceTypes/MouseKeyboard.h>
7 typedef struct GLFWwindow GLFWwindow;
24 void OnKey(
int key,
int scancode,
int action,
int mods);
27 void OnCharacter(
unsigned int codepoint);
30 void OnCursorPosition(
double xpos,
double ypos);
33 void OnMouseButton(
int button,
int action,
int mods);
36 void OnScroll(
double xoffset,
double yoffset);
44 plUInt32 m_uiWindowNumber = 0;
45 GLFWwindow* m_pWindow =
nullptr;
constexpr TYPE MaxValue()
Returns the largest possible positive value (that is not infinity).
Enum
Definition MouseKeyboard.h:10