4coder/4ed_linux_keyboard.cpp

21 lines
237 B
C++
Raw Normal View History

2015-11-16 16:15:45 +00:00
/*
* Mr. 4th Dimention - Allen Webster
*
* 14.11.2015
*
* Linux-US Keyboard layer for 4coder
*
*/
// TOP
internal Key_Event_Data
get_key_event(SDL_Event *event){
Key_Event_Data result = {};
return result;
}
// BOTTOM