Unravel Engine C++ Reference
Loading...
Searching...
No Matches
os_key_map.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "../bimap.hpp"
4#include "../key.hpp"
5
6namespace input
7{
8void initialize_os_key_map(bimap<key_code, int>& key_map);
9}
void initialize_os_key_map(bimap< key_code, int > &key_map)
Definition os_key_map.cpp:7