Usermode/AxWin4 - Mouse input in progress
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CConfigInput.hpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang) 
4  *
5  * CConfig.hpp
6  * - Configuration class
7  */
8 #ifndef _CCONFIGINPUT_H_
9 #define _CCONFIGINPUT_H_
10
11 #include <string>
12
13 namespace AxWin {
14
15 class CConfigInput
16 {
17 public:
18         CConfigInput();
19         
20         ::std::string   mouse_device;
21 };
22
23 };      // namespace AxWin
24
25 #endif
26

UCC git Repository :: git.ucc.asn.au