From bd8985065f2377a62f0ee9f4236d5cd9ad99dfe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Thu, 28 Oct 2021 23:45:34 +0700 Subject: Reorganize key mappings --- src/Support.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/Support.cpp') diff --git a/src/Support.cpp b/src/Support.cpp index 850d0bb..2f24e94 100644 --- a/src/Support.cpp +++ b/src/Support.cpp @@ -1,17 +1,8 @@ -#include #include -#include - #include "Support.h" int Random() { return (rand() % 65535) - 32767; } - -bool IsKeyDown(int key) -{ - const auto window = glfwGetCurrentContext(); - return glfwGetKey(window, key) == GLFW_PRESS; -} -- cgit v1.2.3