GameInputTouchSensorInfo
Describes the physical properties and capabilities of a touch sensor on an input device.Syntax
Members
locationType: GameInputLocation The physical location of the touch sensor on the device. locationId
Type: uint32_t An identifier distinguishing touch sensors at the same location. usage
Type: GameInputUsage The HID usage identifying this touch sensor. shape
Type: GameInputTouchShape The shape of the touch sensor surface. aspectRatio
Type: float The width-to-height aspect ratio of the touch surface. orientation
Type: float The orientation of the touch surface in degrees. physicalWidth
Type: float The physical width of the touch surface in meters. physicalHeight
Type: float The physical height of the touch surface in meters. maxPressure
Type: float The maximum pressure value the sensor can report. maxProximity
Type: float The maximum proximity distance the sensor can detect. maxTouchPoints
Type: uint32_t The maximum number of simultaneous touch contacts.
