From f9b785ec4257a159c0764ddd2b09e20a416838b2 Mon Sep 17 00:00:00 2001 From: matthew Date: Sun, 4 Nov 2018 12:27:53 +0000 Subject: [PATCH] removed extranious comments --- gl/input.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gl/input.c b/gl/input.c index 05b34e9..88a2e74 100644 --- a/gl/input.c +++ b/gl/input.c @@ -89,10 +89,6 @@ void crpgInputInit() memset(kb.prevState, 0, sizeof(Uint8)*SDL_NUM_SCANCODES); memcpy(kb.state, SDL_GetKeyboardState(NULL), sizeof(Uint8)*SDL_NUM_SCANCODES); - - // constraining the mouse to the window - // TODO: only set relative mouse mode once the mouse is in the window, disable input otherwise - //SDL_SetRelativeMouseMode(SDL_TRUE); } void crpgInputCleanup() -- 2.20.1