5 #include "WindowsInput.h"
6 #include "IWindowsInputHandler.h"
19 bool m_secondaryButtonInitiated;
20 std::vector<TouchScreenInputEvent> m_previousTouchScreenYPositions;
25 void PointerDown(
const TouchScreenInputEvent& event,
const std::vector<TouchScreenInputEvent>& m_touchScreenEvents);
26 void PointerUp(
const TouchScreenInputEvent& event,
const std::vector<TouchScreenInputEvent>& m_touchScreenEvents);
27 void PointerMove(
const TouchScreenInputEvent& event,
float screenWidth,
float screenHeight,
const std::vector<TouchScreenInputEvent>& m_touchScreenEvents);