Usermode/AxWin4 - Mouse input in progress
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CConfigInput.hpp
index 1aeb9a7..28553ca 100644 (file)
@@ -8,12 +8,16 @@
 #ifndef _CCONFIGINPUT_H_
 #define _CCONFIGINPUT_H_
 
+#include <string>
+
 namespace AxWin {
 
 class CConfigInput
 {
 public:
        CConfigInput();
+       
+       ::std::string   mouse_device;
 };
 
 };     // namespace AxWin

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