5 #include "AppInterface.h"
6 #include "VectorMath.h"
7 #include "WindowsInput.h"
21 std::vector<Eegeo::v2> m_inputs;
24 const float m_majorScreenDimension;
25 int m_maxDeviceTouchCount;
33 void PointerDown(
const TouchScreenInputEvent& event,
const std::vector<TouchScreenInputEvent>& touchInputEvents);
34 void PointerUp(
const TouchScreenInputEvent& event,
const std::vector<TouchScreenInputEvent>& touchInputEvents);
35 void PointerMove(
const TouchScreenInputEvent& event,
const std::vector<TouchScreenInputEvent>& touchInputEvents);