All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WindowsInput.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 namespace Eegeo
6 {
7  namespace Windows
8  {
9  namespace Input
10  {
11  class IWindowsInputHandler;
12  struct MouseInputEvent;
13  struct TouchScreenInputEvent;
14  struct KeyboardInputEvent;
15  }
16  }
17 }