- First commit to gitea
This commit is contained in:
15
GUIKeyboard.h
Normal file
15
GUIKeyboard.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
namespace GUIKeyboard
|
||||
{
|
||||
extern SDL_Keycode key;
|
||||
extern bool shift;
|
||||
extern bool alt;
|
||||
extern bool cmd;
|
||||
|
||||
void ReceiveKeyboardEvent(const SDL_Keycode key);
|
||||
void Reset();
|
||||
}
|
||||
Reference in New Issue
Block a user