STouchEvent

C++
struct STouchEvent {
  EDeviceId deviceId;
  uint8 deviceIndex;
  Vec2 pos;
  uint8 id;
};
File

IInput.h