Clean up
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "KeyboardState.h"
|
||||
|
||||
namespace TLAC::Input
|
||||
{
|
||||
bool KeyboardState::IsDown(BYTE keycode)
|
||||
{
|
||||
return KeyStates[keycode];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user