|
Anvil Engine
|
A static class for handling keyboard input using GLFW. More...
#include <AnvilInput.h>
Static Public Member Functions | |
| static bool | IsKeyPressed (int key) |
| Checks if a specific key is currently pressed. | |
A static class for handling keyboard input using GLFW.
|
inlinestatic |
Checks if a specific key is currently pressed.
| key | The key to check (using GLFW key codes). |