From a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Tue, 29 Aug 2017 20:25:30 +0500 Subject: 2017-08-29 --- src/Event.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Event.hpp') diff --git a/src/Event.hpp b/src/Event.hpp index b137a85..569be00 100644 --- a/src/Event.hpp +++ b/src/Event.hpp @@ -9,7 +9,7 @@ #include #include -#include +#include #include "Vector.hpp" #include "Packet.hpp" @@ -119,11 +119,11 @@ struct MouseMovedData { }; struct KeyPressedData { - sf::Keyboard::Key key; + SDL_Scancode key; }; struct KeyReleasedData { - sf::Keyboard::Key key; + SDL_Scancode key; }; struct InitalizeSectionRenderData { -- cgit v1.2.3