Window platform implementation now via extension

This commit is contained in:
Simon Lübeß
2020-11-16 21:44:53 +01:00
parent ebd56e54b1
commit 7b81339889
5 changed files with 26 additions and 44 deletions
@@ -12,7 +12,7 @@ namespace GlitchyEngine
/// Windows (WinApi) specific implementation of the Input-class
extension Input
{
/// Represents the state of the input devices on the windows plattform (WinApi that is).
/// Represents the state of the input devices on the windows platform (WinApi that is).
struct WindowsInputState
{
public int8[256] KeyStates;