]> git.tdb.fi Git - libs/gui.git/blob - source/input/keys_private.h
Update .gitignore to include build products on Windows
[libs/gui.git] / source / input / keys_private.h
1 #ifndef MSP_INPUT_KEYS_PRIVATE_H_
2 #define MSP_INPUT_KEYS_PRIVATE_H_
3
4 namespace Msp {
5 namespace Input {
6
7 unsigned key_from_sys(unsigned);
8 unsigned key_to_sys(unsigned);
9
10 } // namespace Input
11 } // namespace Msp
12
13 #endif