Euphoria
key.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "SDL_system.h"
4 #include "SDL_events.h"
5 
6 #include "core/key.h"
7 
8 namespace eu::window
9 {
10  core::Key
11  to_key(SDL_Keysym key);
12 
14  to_key(SDL_MouseButtonEvent mb);
15 }
Key
Definition: key.h:26
MouseButton
Definition: key.h:8
core::Key to_key(SDL_Keysym key)
Definition: key.cc:8