7609 lines
350 KiB
C#
7609 lines
350 KiB
C#
|
//------------------------------------------------------------------------------
|
||
|
// <auto-generated>
|
||
|
// This code was auto-generated by com.unity.inputsystem:InputLayoutCodeGenerator
|
||
|
// version 1.4.4
|
||
|
// from "Touchscreen" layout
|
||
|
//
|
||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||
|
// the code is regenerated.
|
||
|
// </auto-generated>
|
||
|
//------------------------------------------------------------------------------
|
||
|
|
||
|
using UnityEngine.InputSystem;
|
||
|
using UnityEngine.InputSystem.LowLevel;
|
||
|
using UnityEngine.InputSystem.Utilities;
|
||
|
|
||
|
// Suppress warnings from local variables for control references
|
||
|
// that we don't end up using.
|
||
|
#pragma warning disable CS0219
|
||
|
|
||
|
namespace UnityEngine.InputSystem
|
||
|
{
|
||
|
internal partial class FastTouchscreen : UnityEngine.InputSystem.Touchscreen
|
||
|
{
|
||
|
public const string metadata = "AutoWindowSpace;Touch;Vector2;Delta;Analog;TouchPress;Button;Axis;Integer;TouchPhase;Double;Touchscreen;Pointer";
|
||
|
public FastTouchscreen()
|
||
|
{
|
||
|
var builder = this.Setup(290, 5, 0)
|
||
|
.WithName("Touchscreen")
|
||
|
.WithDisplayName("Touchscreen")
|
||
|
.WithChildren(0, 16)
|
||
|
.WithLayout(new InternedString("Touchscreen"))
|
||
|
.WithStateBlock(new InputStateBlock { format = new FourCC(1414742866), sizeInBits = 4928 });
|
||
|
|
||
|
var kTouchLayout = new InternedString("Touch");
|
||
|
var kVector2Layout = new InternedString("Vector2");
|
||
|
var kDeltaLayout = new InternedString("Delta");
|
||
|
var kAnalogLayout = new InternedString("Analog");
|
||
|
var kTouchPressLayout = new InternedString("TouchPress");
|
||
|
var kIntegerLayout = new InternedString("Integer");
|
||
|
var kAxisLayout = new InternedString("Axis");
|
||
|
var kTouchPhaseLayout = new InternedString("TouchPhase");
|
||
|
var kButtonLayout = new InternedString("Button");
|
||
|
var kDoubleLayout = new InternedString("Double");
|
||
|
|
||
|
// /Touchscreen/primaryTouch
|
||
|
var ctrlTouchscreenprimaryTouch = Initialize_ctrlTouchscreenprimaryTouch(kTouchLayout, this);
|
||
|
|
||
|
// /Touchscreen/position
|
||
|
var ctrlTouchscreenposition = Initialize_ctrlTouchscreenposition(kVector2Layout, this);
|
||
|
|
||
|
// /Touchscreen/delta
|
||
|
var ctrlTouchscreendelta = Initialize_ctrlTouchscreendelta(kDeltaLayout, this);
|
||
|
|
||
|
// /Touchscreen/pressure
|
||
|
var ctrlTouchscreenpressure = Initialize_ctrlTouchscreenpressure(kAnalogLayout, this);
|
||
|
|
||
|
// /Touchscreen/radius
|
||
|
var ctrlTouchscreenradius = Initialize_ctrlTouchscreenradius(kVector2Layout, this);
|
||
|
|
||
|
// /Touchscreen/press
|
||
|
var ctrlTouchscreenpress = Initialize_ctrlTouchscreenpress(kTouchPressLayout, this);
|
||
|
|
||
|
// /Touchscreen/touch0
|
||
|
var ctrlTouchscreentouch0 = Initialize_ctrlTouchscreentouch0(kTouchLayout, this);
|
||
|
|
||
|
// /Touchscreen/touch1
|
||
|
var ctrlTouchscreentouch1 = Initialize_ctrlTouchscreentouch1(kTouchLayout, this);
|
||
|
|
||
|
// /Touchscreen/touch2
|
||
|
var ctrlTouchscreentouch2 = Initialize_ctrlTouchscreentouch2(kTouchLayout, this);
|
||
|
|
||
|
// /Touchscreen/touch3
|
||
|
var ctrlTouchscreentouch3 = Initialize_ctrlTouchscreentouch3(kTouchLayout, this);
|
||
|
|
||
|
// /Touchscreen/touch4
|
||
|
var ctrlTouchscreentouch4 = Initialize_ctrlTouchscreentouch4(kTouchLayout, this);
|
||
|
|
||
|
// /Touchscreen/touch5
|
||
|
var ctrlTouchscreentouch5 = Initialize_ctrlTouchscreentouch5(kTouchLayout, this);
|
||
|
|
||
|
// /Touchscreen/touch6
|
||
|
var ctrlTouchscreentouch6 = Initialize_ctrlTouchscreentouch6(kTouchLayout, this);
|
||
|
|
||
|
// /Touchscreen/touch7
|
||
|
var ctrlTouchscreentouch7 = Initialize_ctrlTouchscreentouch7(kTouchLayout, this);
|
||
|
|
||
|
// /Touchscreen/touch8
|
||
|
var ctrlTouchscreentouch8 = Initialize_ctrlTouchscreentouch8(kTouchLayout, this);
|
||
|
|
||
|
// /Touchscreen/touch9
|
||
|
var ctrlTouchscreentouch9 = Initialize_ctrlTouchscreentouch9(kTouchLayout, this);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/touchId
|
||
|
var ctrlTouchscreenprimaryTouchtouchId = Initialize_ctrlTouchscreenprimaryTouchtouchId(kIntegerLayout, ctrlTouchscreenprimaryTouch);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/position
|
||
|
var ctrlTouchscreenprimaryTouchposition = Initialize_ctrlTouchscreenprimaryTouchposition(kVector2Layout, ctrlTouchscreenprimaryTouch);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/delta
|
||
|
var ctrlTouchscreenprimaryTouchdelta = Initialize_ctrlTouchscreenprimaryTouchdelta(kDeltaLayout, ctrlTouchscreenprimaryTouch);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/pressure
|
||
|
var ctrlTouchscreenprimaryTouchpressure = Initialize_ctrlTouchscreenprimaryTouchpressure(kAxisLayout, ctrlTouchscreenprimaryTouch);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/radius
|
||
|
var ctrlTouchscreenprimaryTouchradius = Initialize_ctrlTouchscreenprimaryTouchradius(kVector2Layout, ctrlTouchscreenprimaryTouch);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/phase
|
||
|
var ctrlTouchscreenprimaryTouchphase = Initialize_ctrlTouchscreenprimaryTouchphase(kTouchPhaseLayout, ctrlTouchscreenprimaryTouch);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/press
|
||
|
var ctrlTouchscreenprimaryTouchpress = Initialize_ctrlTouchscreenprimaryTouchpress(kTouchPressLayout, ctrlTouchscreenprimaryTouch);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/tapCount
|
||
|
var ctrlTouchscreenprimaryTouchtapCount = Initialize_ctrlTouchscreenprimaryTouchtapCount(kIntegerLayout, ctrlTouchscreenprimaryTouch);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/indirectTouch
|
||
|
var ctrlTouchscreenprimaryTouchindirectTouch = Initialize_ctrlTouchscreenprimaryTouchindirectTouch(kButtonLayout, ctrlTouchscreenprimaryTouch);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/tap
|
||
|
var ctrlTouchscreenprimaryTouchtap = Initialize_ctrlTouchscreenprimaryTouchtap(kButtonLayout, ctrlTouchscreenprimaryTouch);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/startTime
|
||
|
var ctrlTouchscreenprimaryTouchstartTime = Initialize_ctrlTouchscreenprimaryTouchstartTime(kDoubleLayout, ctrlTouchscreenprimaryTouch);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/startPosition
|
||
|
var ctrlTouchscreenprimaryTouchstartPosition = Initialize_ctrlTouchscreenprimaryTouchstartPosition(kVector2Layout, ctrlTouchscreenprimaryTouch);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/position/x
|
||
|
var ctrlTouchscreenprimaryTouchpositionx = Initialize_ctrlTouchscreenprimaryTouchpositionx(kAxisLayout, ctrlTouchscreenprimaryTouchposition);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/position/y
|
||
|
var ctrlTouchscreenprimaryTouchpositiony = Initialize_ctrlTouchscreenprimaryTouchpositiony(kAxisLayout, ctrlTouchscreenprimaryTouchposition);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/delta/up
|
||
|
var ctrlTouchscreenprimaryTouchdeltaup = Initialize_ctrlTouchscreenprimaryTouchdeltaup(kAxisLayout, ctrlTouchscreenprimaryTouchdelta);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/delta/down
|
||
|
var ctrlTouchscreenprimaryTouchdeltadown = Initialize_ctrlTouchscreenprimaryTouchdeltadown(kAxisLayout, ctrlTouchscreenprimaryTouchdelta);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/delta/left
|
||
|
var ctrlTouchscreenprimaryTouchdeltaleft = Initialize_ctrlTouchscreenprimaryTouchdeltaleft(kAxisLayout, ctrlTouchscreenprimaryTouchdelta);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/delta/right
|
||
|
var ctrlTouchscreenprimaryTouchdeltaright = Initialize_ctrlTouchscreenprimaryTouchdeltaright(kAxisLayout, ctrlTouchscreenprimaryTouchdelta);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/delta/x
|
||
|
var ctrlTouchscreenprimaryTouchdeltax = Initialize_ctrlTouchscreenprimaryTouchdeltax(kAxisLayout, ctrlTouchscreenprimaryTouchdelta);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/delta/y
|
||
|
var ctrlTouchscreenprimaryTouchdeltay = Initialize_ctrlTouchscreenprimaryTouchdeltay(kAxisLayout, ctrlTouchscreenprimaryTouchdelta);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/radius/x
|
||
|
var ctrlTouchscreenprimaryTouchradiusx = Initialize_ctrlTouchscreenprimaryTouchradiusx(kAxisLayout, ctrlTouchscreenprimaryTouchradius);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/radius/y
|
||
|
var ctrlTouchscreenprimaryTouchradiusy = Initialize_ctrlTouchscreenprimaryTouchradiusy(kAxisLayout, ctrlTouchscreenprimaryTouchradius);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/startPosition/x
|
||
|
var ctrlTouchscreenprimaryTouchstartPositionx = Initialize_ctrlTouchscreenprimaryTouchstartPositionx(kAxisLayout, ctrlTouchscreenprimaryTouchstartPosition);
|
||
|
|
||
|
// /Touchscreen/primaryTouch/startPosition/y
|
||
|
var ctrlTouchscreenprimaryTouchstartPositiony = Initialize_ctrlTouchscreenprimaryTouchstartPositiony(kAxisLayout, ctrlTouchscreenprimaryTouchstartPosition);
|
||
|
|
||
|
// /Touchscreen/position/x
|
||
|
var ctrlTouchscreenpositionx = Initialize_ctrlTouchscreenpositionx(kAxisLayout, ctrlTouchscreenposition);
|
||
|
|
||
|
// /Touchscreen/position/y
|
||
|
var ctrlTouchscreenpositiony = Initialize_ctrlTouchscreenpositiony(kAxisLayout, ctrlTouchscreenposition);
|
||
|
|
||
|
// /Touchscreen/delta/up
|
||
|
var ctrlTouchscreendeltaup = Initialize_ctrlTouchscreendeltaup(kAxisLayout, ctrlTouchscreendelta);
|
||
|
|
||
|
// /Touchscreen/delta/down
|
||
|
var ctrlTouchscreendeltadown = Initialize_ctrlTouchscreendeltadown(kAxisLayout, ctrlTouchscreendelta);
|
||
|
|
||
|
// /Touchscreen/delta/left
|
||
|
var ctrlTouchscreendeltaleft = Initialize_ctrlTouchscreendeltaleft(kAxisLayout, ctrlTouchscreendelta);
|
||
|
|
||
|
// /Touchscreen/delta/right
|
||
|
var ctrlTouchscreendeltaright = Initialize_ctrlTouchscreendeltaright(kAxisLayout, ctrlTouchscreendelta);
|
||
|
|
||
|
// /Touchscreen/delta/x
|
||
|
var ctrlTouchscreendeltax = Initialize_ctrlTouchscreendeltax(kAxisLayout, ctrlTouchscreendelta);
|
||
|
|
||
|
// /Touchscreen/delta/y
|
||
|
var ctrlTouchscreendeltay = Initialize_ctrlTouchscreendeltay(kAxisLayout, ctrlTouchscreendelta);
|
||
|
|
||
|
// /Touchscreen/radius/x
|
||
|
var ctrlTouchscreenradiusx = Initialize_ctrlTouchscreenradiusx(kAxisLayout, ctrlTouchscreenradius);
|
||
|
|
||
|
// /Touchscreen/radius/y
|
||
|
var ctrlTouchscreenradiusy = Initialize_ctrlTouchscreenradiusy(kAxisLayout, ctrlTouchscreenradius);
|
||
|
|
||
|
// /Touchscreen/touch0/touchId
|
||
|
var ctrlTouchscreentouch0touchId = Initialize_ctrlTouchscreentouch0touchId(kIntegerLayout, ctrlTouchscreentouch0);
|
||
|
|
||
|
// /Touchscreen/touch0/position
|
||
|
var ctrlTouchscreentouch0position = Initialize_ctrlTouchscreentouch0position(kVector2Layout, ctrlTouchscreentouch0);
|
||
|
|
||
|
// /Touchscreen/touch0/delta
|
||
|
var ctrlTouchscreentouch0delta = Initialize_ctrlTouchscreentouch0delta(kDeltaLayout, ctrlTouchscreentouch0);
|
||
|
|
||
|
// /Touchscreen/touch0/pressure
|
||
|
var ctrlTouchscreentouch0pressure = Initialize_ctrlTouchscreentouch0pressure(kAxisLayout, ctrlTouchscreentouch0);
|
||
|
|
||
|
// /Touchscreen/touch0/radius
|
||
|
var ctrlTouchscreentouch0radius = Initialize_ctrlTouchscreentouch0radius(kVector2Layout, ctrlTouchscreentouch0);
|
||
|
|
||
|
// /Touchscreen/touch0/phase
|
||
|
var ctrlTouchscreentouch0phase = Initialize_ctrlTouchscreentouch0phase(kTouchPhaseLayout, ctrlTouchscreentouch0);
|
||
|
|
||
|
// /Touchscreen/touch0/press
|
||
|
var ctrlTouchscreentouch0press = Initialize_ctrlTouchscreentouch0press(kTouchPressLayout, ctrlTouchscreentouch0);
|
||
|
|
||
|
// /Touchscreen/touch0/tapCount
|
||
|
var ctrlTouchscreentouch0tapCount = Initialize_ctrlTouchscreentouch0tapCount(kIntegerLayout, ctrlTouchscreentouch0);
|
||
|
|
||
|
// /Touchscreen/touch0/indirectTouch
|
||
|
var ctrlTouchscreentouch0indirectTouch = Initialize_ctrlTouchscreentouch0indirectTouch(kButtonLayout, ctrlTouchscreentouch0);
|
||
|
|
||
|
// /Touchscreen/touch0/tap
|
||
|
var ctrlTouchscreentouch0tap = Initialize_ctrlTouchscreentouch0tap(kButtonLayout, ctrlTouchscreentouch0);
|
||
|
|
||
|
// /Touchscreen/touch0/startTime
|
||
|
var ctrlTouchscreentouch0startTime = Initialize_ctrlTouchscreentouch0startTime(kDoubleLayout, ctrlTouchscreentouch0);
|
||
|
|
||
|
// /Touchscreen/touch0/startPosition
|
||
|
var ctrlTouchscreentouch0startPosition = Initialize_ctrlTouchscreentouch0startPosition(kVector2Layout, ctrlTouchscreentouch0);
|
||
|
|
||
|
// /Touchscreen/touch0/position/x
|
||
|
var ctrlTouchscreentouch0positionx = Initialize_ctrlTouchscreentouch0positionx(kAxisLayout, ctrlTouchscreentouch0position);
|
||
|
|
||
|
// /Touchscreen/touch0/position/y
|
||
|
var ctrlTouchscreentouch0positiony = Initialize_ctrlTouchscreentouch0positiony(kAxisLayout, ctrlTouchscreentouch0position);
|
||
|
|
||
|
// /Touchscreen/touch0/delta/up
|
||
|
var ctrlTouchscreentouch0deltaup = Initialize_ctrlTouchscreentouch0deltaup(kAxisLayout, ctrlTouchscreentouch0delta);
|
||
|
|
||
|
// /Touchscreen/touch0/delta/down
|
||
|
var ctrlTouchscreentouch0deltadown = Initialize_ctrlTouchscreentouch0deltadown(kAxisLayout, ctrlTouchscreentouch0delta);
|
||
|
|
||
|
// /Touchscreen/touch0/delta/left
|
||
|
var ctrlTouchscreentouch0deltaleft = Initialize_ctrlTouchscreentouch0deltaleft(kAxisLayout, ctrlTouchscreentouch0delta);
|
||
|
|
||
|
// /Touchscreen/touch0/delta/right
|
||
|
var ctrlTouchscreentouch0deltaright = Initialize_ctrlTouchscreentouch0deltaright(kAxisLayout, ctrlTouchscreentouch0delta);
|
||
|
|
||
|
// /Touchscreen/touch0/delta/x
|
||
|
var ctrlTouchscreentouch0deltax = Initialize_ctrlTouchscreentouch0deltax(kAxisLayout, ctrlTouchscreentouch0delta);
|
||
|
|
||
|
// /Touchscreen/touch0/delta/y
|
||
|
var ctrlTouchscreentouch0deltay = Initialize_ctrlTouchscreentouch0deltay(kAxisLayout, ctrlTouchscreentouch0delta);
|
||
|
|
||
|
// /Touchscreen/touch0/radius/x
|
||
|
var ctrlTouchscreentouch0radiusx = Initialize_ctrlTouchscreentouch0radiusx(kAxisLayout, ctrlTouchscreentouch0radius);
|
||
|
|
||
|
// /Touchscreen/touch0/radius/y
|
||
|
var ctrlTouchscreentouch0radiusy = Initialize_ctrlTouchscreentouch0radiusy(kAxisLayout, ctrlTouchscreentouch0radius);
|
||
|
|
||
|
// /Touchscreen/touch0/startPosition/x
|
||
|
var ctrlTouchscreentouch0startPositionx = Initialize_ctrlTouchscreentouch0startPositionx(kAxisLayout, ctrlTouchscreentouch0startPosition);
|
||
|
|
||
|
// /Touchscreen/touch0/startPosition/y
|
||
|
var ctrlTouchscreentouch0startPositiony = Initialize_ctrlTouchscreentouch0startPositiony(kAxisLayout, ctrlTouchscreentouch0startPosition);
|
||
|
|
||
|
// /Touchscreen/touch1/touchId
|
||
|
var ctrlTouchscreentouch1touchId = Initialize_ctrlTouchscreentouch1touchId(kIntegerLayout, ctrlTouchscreentouch1);
|
||
|
|
||
|
// /Touchscreen/touch1/position
|
||
|
var ctrlTouchscreentouch1position = Initialize_ctrlTouchscreentouch1position(kVector2Layout, ctrlTouchscreentouch1);
|
||
|
|
||
|
// /Touchscreen/touch1/delta
|
||
|
var ctrlTouchscreentouch1delta = Initialize_ctrlTouchscreentouch1delta(kDeltaLayout, ctrlTouchscreentouch1);
|
||
|
|
||
|
// /Touchscreen/touch1/pressure
|
||
|
var ctrlTouchscreentouch1pressure = Initialize_ctrlTouchscreentouch1pressure(kAxisLayout, ctrlTouchscreentouch1);
|
||
|
|
||
|
// /Touchscreen/touch1/radius
|
||
|
var ctrlTouchscreentouch1radius = Initialize_ctrlTouchscreentouch1radius(kVector2Layout, ctrlTouchscreentouch1);
|
||
|
|
||
|
// /Touchscreen/touch1/phase
|
||
|
var ctrlTouchscreentouch1phase = Initialize_ctrlTouchscreentouch1phase(kTouchPhaseLayout, ctrlTouchscreentouch1);
|
||
|
|
||
|
// /Touchscreen/touch1/press
|
||
|
var ctrlTouchscreentouch1press = Initialize_ctrlTouchscreentouch1press(kTouchPressLayout, ctrlTouchscreentouch1);
|
||
|
|
||
|
// /Touchscreen/touch1/tapCount
|
||
|
var ctrlTouchscreentouch1tapCount = Initialize_ctrlTouchscreentouch1tapCount(kIntegerLayout, ctrlTouchscreentouch1);
|
||
|
|
||
|
// /Touchscreen/touch1/indirectTouch
|
||
|
var ctrlTouchscreentouch1indirectTouch = Initialize_ctrlTouchscreentouch1indirectTouch(kButtonLayout, ctrlTouchscreentouch1);
|
||
|
|
||
|
// /Touchscreen/touch1/tap
|
||
|
var ctrlTouchscreentouch1tap = Initialize_ctrlTouchscreentouch1tap(kButtonLayout, ctrlTouchscreentouch1);
|
||
|
|
||
|
// /Touchscreen/touch1/startTime
|
||
|
var ctrlTouchscreentouch1startTime = Initialize_ctrlTouchscreentouch1startTime(kDoubleLayout, ctrlTouchscreentouch1);
|
||
|
|
||
|
// /Touchscreen/touch1/startPosition
|
||
|
var ctrlTouchscreentouch1startPosition = Initialize_ctrlTouchscreentouch1startPosition(kVector2Layout, ctrlTouchscreentouch1);
|
||
|
|
||
|
// /Touchscreen/touch1/position/x
|
||
|
var ctrlTouchscreentouch1positionx = Initialize_ctrlTouchscreentouch1positionx(kAxisLayout, ctrlTouchscreentouch1position);
|
||
|
|
||
|
// /Touchscreen/touch1/position/y
|
||
|
var ctrlTouchscreentouch1positiony = Initialize_ctrlTouchscreentouch1positiony(kAxisLayout, ctrlTouchscreentouch1position);
|
||
|
|
||
|
// /Touchscreen/touch1/delta/up
|
||
|
var ctrlTouchscreentouch1deltaup = Initialize_ctrlTouchscreentouch1deltaup(kAxisLayout, ctrlTouchscreentouch1delta);
|
||
|
|
||
|
// /Touchscreen/touch1/delta/down
|
||
|
var ctrlTouchscreentouch1deltadown = Initialize_ctrlTouchscreentouch1deltadown(kAxisLayout, ctrlTouchscreentouch1delta);
|
||
|
|
||
|
// /Touchscreen/touch1/delta/left
|
||
|
var ctrlTouchscreentouch1deltaleft = Initialize_ctrlTouchscreentouch1deltaleft(kAxisLayout, ctrlTouchscreentouch1delta);
|
||
|
|
||
|
// /Touchscreen/touch1/delta/right
|
||
|
var ctrlTouchscreentouch1deltaright = Initialize_ctrlTouchscreentouch1deltaright(kAxisLayout, ctrlTouchscreentouch1delta);
|
||
|
|
||
|
// /Touchscreen/touch1/delta/x
|
||
|
var ctrlTouchscreentouch1deltax = Initialize_ctrlTouchscreentouch1deltax(kAxisLayout, ctrlTouchscreentouch1delta);
|
||
|
|
||
|
// /Touchscreen/touch1/delta/y
|
||
|
var ctrlTouchscreentouch1deltay = Initialize_ctrlTouchscreentouch1deltay(kAxisLayout, ctrlTouchscreentouch1delta);
|
||
|
|
||
|
// /Touchscreen/touch1/radius/x
|
||
|
var ctrlTouchscreentouch1radiusx = Initialize_ctrlTouchscreentouch1radiusx(kAxisLayout, ctrlTouchscreentouch1radius);
|
||
|
|
||
|
// /Touchscreen/touch1/radius/y
|
||
|
var ctrlTouchscreentouch1radiusy = Initialize_ctrlTouchscreentouch1radiusy(kAxisLayout, ctrlTouchscreentouch1radius);
|
||
|
|
||
|
// /Touchscreen/touch1/startPosition/x
|
||
|
var ctrlTouchscreentouch1startPositionx = Initialize_ctrlTouchscreentouch1startPositionx(kAxisLayout, ctrlTouchscreentouch1startPosition);
|
||
|
|
||
|
// /Touchscreen/touch1/startPosition/y
|
||
|
var ctrlTouchscreentouch1startPositiony = Initialize_ctrlTouchscreentouch1startPositiony(kAxisLayout, ctrlTouchscreentouch1startPosition);
|
||
|
|
||
|
// /Touchscreen/touch2/touchId
|
||
|
var ctrlTouchscreentouch2touchId = Initialize_ctrlTouchscreentouch2touchId(kIntegerLayout, ctrlTouchscreentouch2);
|
||
|
|
||
|
// /Touchscreen/touch2/position
|
||
|
var ctrlTouchscreentouch2position = Initialize_ctrlTouchscreentouch2position(kVector2Layout, ctrlTouchscreentouch2);
|
||
|
|
||
|
// /Touchscreen/touch2/delta
|
||
|
var ctrlTouchscreentouch2delta = Initialize_ctrlTouchscreentouch2delta(kDeltaLayout, ctrlTouchscreentouch2);
|
||
|
|
||
|
// /Touchscreen/touch2/pressure
|
||
|
var ctrlTouchscreentouch2pressure = Initialize_ctrlTouchscreentouch2pressure(kAxisLayout, ctrlTouchscreentouch2);
|
||
|
|
||
|
// /Touchscreen/touch2/radius
|
||
|
var ctrlTouchscreentouch2radius = Initialize_ctrlTouchscreentouch2radius(kVector2Layout, ctrlTouchscreentouch2);
|
||
|
|
||
|
// /Touchscreen/touch2/phase
|
||
|
var ctrlTouchscreentouch2phase = Initialize_ctrlTouchscreentouch2phase(kTouchPhaseLayout, ctrlTouchscreentouch2);
|
||
|
|
||
|
// /Touchscreen/touch2/press
|
||
|
var ctrlTouchscreentouch2press = Initialize_ctrlTouchscreentouch2press(kTouchPressLayout, ctrlTouchscreentouch2);
|
||
|
|
||
|
// /Touchscreen/touch2/tapCount
|
||
|
var ctrlTouchscreentouch2tapCount = Initialize_ctrlTouchscreentouch2tapCount(kIntegerLayout, ctrlTouchscreentouch2);
|
||
|
|
||
|
// /Touchscreen/touch2/indirectTouch
|
||
|
var ctrlTouchscreentouch2indirectTouch = Initialize_ctrlTouchscreentouch2indirectTouch(kButtonLayout, ctrlTouchscreentouch2);
|
||
|
|
||
|
// /Touchscreen/touch2/tap
|
||
|
var ctrlTouchscreentouch2tap = Initialize_ctrlTouchscreentouch2tap(kButtonLayout, ctrlTouchscreentouch2);
|
||
|
|
||
|
// /Touchscreen/touch2/startTime
|
||
|
var ctrlTouchscreentouch2startTime = Initialize_ctrlTouchscreentouch2startTime(kDoubleLayout, ctrlTouchscreentouch2);
|
||
|
|
||
|
// /Touchscreen/touch2/startPosition
|
||
|
var ctrlTouchscreentouch2startPosition = Initialize_ctrlTouchscreentouch2startPosition(kVector2Layout, ctrlTouchscreentouch2);
|
||
|
|
||
|
// /Touchscreen/touch2/position/x
|
||
|
var ctrlTouchscreentouch2positionx = Initialize_ctrlTouchscreentouch2positionx(kAxisLayout, ctrlTouchscreentouch2position);
|
||
|
|
||
|
// /Touchscreen/touch2/position/y
|
||
|
var ctrlTouchscreentouch2positiony = Initialize_ctrlTouchscreentouch2positiony(kAxisLayout, ctrlTouchscreentouch2position);
|
||
|
|
||
|
// /Touchscreen/touch2/delta/up
|
||
|
var ctrlTouchscreentouch2deltaup = Initialize_ctrlTouchscreentouch2deltaup(kAxisLayout, ctrlTouchscreentouch2delta);
|
||
|
|
||
|
// /Touchscreen/touch2/delta/down
|
||
|
var ctrlTouchscreentouch2deltadown = Initialize_ctrlTouchscreentouch2deltadown(kAxisLayout, ctrlTouchscreentouch2delta);
|
||
|
|
||
|
// /Touchscreen/touch2/delta/left
|
||
|
var ctrlTouchscreentouch2deltaleft = Initialize_ctrlTouchscreentouch2deltaleft(kAxisLayout, ctrlTouchscreentouch2delta);
|
||
|
|
||
|
// /Touchscreen/touch2/delta/right
|
||
|
var ctrlTouchscreentouch2deltaright = Initialize_ctrlTouchscreentouch2deltaright(kAxisLayout, ctrlTouchscreentouch2delta);
|
||
|
|
||
|
// /Touchscreen/touch2/delta/x
|
||
|
var ctrlTouchscreentouch2deltax = Initialize_ctrlTouchscreentouch2deltax(kAxisLayout, ctrlTouchscreentouch2delta);
|
||
|
|
||
|
// /Touchscreen/touch2/delta/y
|
||
|
var ctrlTouchscreentouch2deltay = Initialize_ctrlTouchscreentouch2deltay(kAxisLayout, ctrlTouchscreentouch2delta);
|
||
|
|
||
|
// /Touchscreen/touch2/radius/x
|
||
|
var ctrlTouchscreentouch2radiusx = Initialize_ctrlTouchscreentouch2radiusx(kAxisLayout, ctrlTouchscreentouch2radius);
|
||
|
|
||
|
// /Touchscreen/touch2/radius/y
|
||
|
var ctrlTouchscreentouch2radiusy = Initialize_ctrlTouchscreentouch2radiusy(kAxisLayout, ctrlTouchscreentouch2radius);
|
||
|
|
||
|
// /Touchscreen/touch2/startPosition/x
|
||
|
var ctrlTouchscreentouch2startPositionx = Initialize_ctrlTouchscreentouch2startPositionx(kAxisLayout, ctrlTouchscreentouch2startPosition);
|
||
|
|
||
|
// /Touchscreen/touch2/startPosition/y
|
||
|
var ctrlTouchscreentouch2startPositiony = Initialize_ctrlTouchscreentouch2startPositiony(kAxisLayout, ctrlTouchscreentouch2startPosition);
|
||
|
|
||
|
// /Touchscreen/touch3/touchId
|
||
|
var ctrlTouchscreentouch3touchId = Initialize_ctrlTouchscreentouch3touchId(kIntegerLayout, ctrlTouchscreentouch3);
|
||
|
|
||
|
// /Touchscreen/touch3/position
|
||
|
var ctrlTouchscreentouch3position = Initialize_ctrlTouchscreentouch3position(kVector2Layout, ctrlTouchscreentouch3);
|
||
|
|
||
|
// /Touchscreen/touch3/delta
|
||
|
var ctrlTouchscreentouch3delta = Initialize_ctrlTouchscreentouch3delta(kDeltaLayout, ctrlTouchscreentouch3);
|
||
|
|
||
|
// /Touchscreen/touch3/pressure
|
||
|
var ctrlTouchscreentouch3pressure = Initialize_ctrlTouchscreentouch3pressure(kAxisLayout, ctrlTouchscreentouch3);
|
||
|
|
||
|
// /Touchscreen/touch3/radius
|
||
|
var ctrlTouchscreentouch3radius = Initialize_ctrlTouchscreentouch3radius(kVector2Layout, ctrlTouchscreentouch3);
|
||
|
|
||
|
// /Touchscreen/touch3/phase
|
||
|
var ctrlTouchscreentouch3phase = Initialize_ctrlTouchscreentouch3phase(kTouchPhaseLayout, ctrlTouchscreentouch3);
|
||
|
|
||
|
// /Touchscreen/touch3/press
|
||
|
var ctrlTouchscreentouch3press = Initialize_ctrlTouchscreentouch3press(kTouchPressLayout, ctrlTouchscreentouch3);
|
||
|
|
||
|
// /Touchscreen/touch3/tapCount
|
||
|
var ctrlTouchscreentouch3tapCount = Initialize_ctrlTouchscreentouch3tapCount(kIntegerLayout, ctrlTouchscreentouch3);
|
||
|
|
||
|
// /Touchscreen/touch3/indirectTouch
|
||
|
var ctrlTouchscreentouch3indirectTouch = Initialize_ctrlTouchscreentouch3indirectTouch(kButtonLayout, ctrlTouchscreentouch3);
|
||
|
|
||
|
// /Touchscreen/touch3/tap
|
||
|
var ctrlTouchscreentouch3tap = Initialize_ctrlTouchscreentouch3tap(kButtonLayout, ctrlTouchscreentouch3);
|
||
|
|
||
|
// /Touchscreen/touch3/startTime
|
||
|
var ctrlTouchscreentouch3startTime = Initialize_ctrlTouchscreentouch3startTime(kDoubleLayout, ctrlTouchscreentouch3);
|
||
|
|
||
|
// /Touchscreen/touch3/startPosition
|
||
|
var ctrlTouchscreentouch3startPosition = Initialize_ctrlTouchscreentouch3startPosition(kVector2Layout, ctrlTouchscreentouch3);
|
||
|
|
||
|
// /Touchscreen/touch3/position/x
|
||
|
var ctrlTouchscreentouch3positionx = Initialize_ctrlTouchscreentouch3positionx(kAxisLayout, ctrlTouchscreentouch3position);
|
||
|
|
||
|
// /Touchscreen/touch3/position/y
|
||
|
var ctrlTouchscreentouch3positiony = Initialize_ctrlTouchscreentouch3positiony(kAxisLayout, ctrlTouchscreentouch3position);
|
||
|
|
||
|
// /Touchscreen/touch3/delta/up
|
||
|
var ctrlTouchscreentouch3deltaup = Initialize_ctrlTouchscreentouch3deltaup(kAxisLayout, ctrlTouchscreentouch3delta);
|
||
|
|
||
|
// /Touchscreen/touch3/delta/down
|
||
|
var ctrlTouchscreentouch3deltadown = Initialize_ctrlTouchscreentouch3deltadown(kAxisLayout, ctrlTouchscreentouch3delta);
|
||
|
|
||
|
// /Touchscreen/touch3/delta/left
|
||
|
var ctrlTouchscreentouch3deltaleft = Initialize_ctrlTouchscreentouch3deltaleft(kAxisLayout, ctrlTouchscreentouch3delta);
|
||
|
|
||
|
// /Touchscreen/touch3/delta/right
|
||
|
var ctrlTouchscreentouch3deltaright = Initialize_ctrlTouchscreentouch3deltaright(kAxisLayout, ctrlTouchscreentouch3delta);
|
||
|
|
||
|
// /Touchscreen/touch3/delta/x
|
||
|
var ctrlTouchscreentouch3deltax = Initialize_ctrlTouchscreentouch3deltax(kAxisLayout, ctrlTouchscreentouch3delta);
|
||
|
|
||
|
// /Touchscreen/touch3/delta/y
|
||
|
var ctrlTouchscreentouch3deltay = Initialize_ctrlTouchscreentouch3deltay(kAxisLayout, ctrlTouchscreentouch3delta);
|
||
|
|
||
|
// /Touchscreen/touch3/radius/x
|
||
|
var ctrlTouchscreentouch3radiusx = Initialize_ctrlTouchscreentouch3radiusx(kAxisLayout, ctrlTouchscreentouch3radius);
|
||
|
|
||
|
// /Touchscreen/touch3/radius/y
|
||
|
var ctrlTouchscreentouch3radiusy = Initialize_ctrlTouchscreentouch3radiusy(kAxisLayout, ctrlTouchscreentouch3radius);
|
||
|
|
||
|
// /Touchscreen/touch3/startPosition/x
|
||
|
var ctrlTouchscreentouch3startPositionx = Initialize_ctrlTouchscreentouch3startPositionx(kAxisLayout, ctrlTouchscreentouch3startPosition);
|
||
|
|
||
|
// /Touchscreen/touch3/startPosition/y
|
||
|
var ctrlTouchscreentouch3startPositiony = Initialize_ctrlTouchscreentouch3startPositiony(kAxisLayout, ctrlTouchscreentouch3startPosition);
|
||
|
|
||
|
// /Touchscreen/touch4/touchId
|
||
|
var ctrlTouchscreentouch4touchId = Initialize_ctrlTouchscreentouch4touchId(kIntegerLayout, ctrlTouchscreentouch4);
|
||
|
|
||
|
// /Touchscreen/touch4/position
|
||
|
var ctrlTouchscreentouch4position = Initialize_ctrlTouchscreentouch4position(kVector2Layout, ctrlTouchscreentouch4);
|
||
|
|
||
|
// /Touchscreen/touch4/delta
|
||
|
var ctrlTouchscreentouch4delta = Initialize_ctrlTouchscreentouch4delta(kDeltaLayout, ctrlTouchscreentouch4);
|
||
|
|
||
|
// /Touchscreen/touch4/pressure
|
||
|
var ctrlTouchscreentouch4pressure = Initialize_ctrlTouchscreentouch4pressure(kAxisLayout, ctrlTouchscreentouch4);
|
||
|
|
||
|
// /Touchscreen/touch4/radius
|
||
|
var ctrlTouchscreentouch4radius = Initialize_ctrlTouchscreentouch4radius(kVector2Layout, ctrlTouchscreentouch4);
|
||
|
|
||
|
// /Touchscreen/touch4/phase
|
||
|
var ctrlTouchscreentouch4phase = Initialize_ctrlTouchscreentouch4phase(kTouchPhaseLayout, ctrlTouchscreentouch4);
|
||
|
|
||
|
// /Touchscreen/touch4/press
|
||
|
var ctrlTouchscreentouch4press = Initialize_ctrlTouchscreentouch4press(kTouchPressLayout, ctrlTouchscreentouch4);
|
||
|
|
||
|
// /Touchscreen/touch4/tapCount
|
||
|
var ctrlTouchscreentouch4tapCount = Initialize_ctrlTouchscreentouch4tapCount(kIntegerLayout, ctrlTouchscreentouch4);
|
||
|
|
||
|
// /Touchscreen/touch4/indirectTouch
|
||
|
var ctrlTouchscreentouch4indirectTouch = Initialize_ctrlTouchscreentouch4indirectTouch(kButtonLayout, ctrlTouchscreentouch4);
|
||
|
|
||
|
// /Touchscreen/touch4/tap
|
||
|
var ctrlTouchscreentouch4tap = Initialize_ctrlTouchscreentouch4tap(kButtonLayout, ctrlTouchscreentouch4);
|
||
|
|
||
|
// /Touchscreen/touch4/startTime
|
||
|
var ctrlTouchscreentouch4startTime = Initialize_ctrlTouchscreentouch4startTime(kDoubleLayout, ctrlTouchscreentouch4);
|
||
|
|
||
|
// /Touchscreen/touch4/startPosition
|
||
|
var ctrlTouchscreentouch4startPosition = Initialize_ctrlTouchscreentouch4startPosition(kVector2Layout, ctrlTouchscreentouch4);
|
||
|
|
||
|
// /Touchscreen/touch4/position/x
|
||
|
var ctrlTouchscreentouch4positionx = Initialize_ctrlTouchscreentouch4positionx(kAxisLayout, ctrlTouchscreentouch4position);
|
||
|
|
||
|
// /Touchscreen/touch4/position/y
|
||
|
var ctrlTouchscreentouch4positiony = Initialize_ctrlTouchscreentouch4positiony(kAxisLayout, ctrlTouchscreentouch4position);
|
||
|
|
||
|
// /Touchscreen/touch4/delta/up
|
||
|
var ctrlTouchscreentouch4deltaup = Initialize_ctrlTouchscreentouch4deltaup(kAxisLayout, ctrlTouchscreentouch4delta);
|
||
|
|
||
|
// /Touchscreen/touch4/delta/down
|
||
|
var ctrlTouchscreentouch4deltadown = Initialize_ctrlTouchscreentouch4deltadown(kAxisLayout, ctrlTouchscreentouch4delta);
|
||
|
|
||
|
// /Touchscreen/touch4/delta/left
|
||
|
var ctrlTouchscreentouch4deltaleft = Initialize_ctrlTouchscreentouch4deltaleft(kAxisLayout, ctrlTouchscreentouch4delta);
|
||
|
|
||
|
// /Touchscreen/touch4/delta/right
|
||
|
var ctrlTouchscreentouch4deltaright = Initialize_ctrlTouchscreentouch4deltaright(kAxisLayout, ctrlTouchscreentouch4delta);
|
||
|
|
||
|
// /Touchscreen/touch4/delta/x
|
||
|
var ctrlTouchscreentouch4deltax = Initialize_ctrlTouchscreentouch4deltax(kAxisLayout, ctrlTouchscreentouch4delta);
|
||
|
|
||
|
// /Touchscreen/touch4/delta/y
|
||
|
var ctrlTouchscreentouch4deltay = Initialize_ctrlTouchscreentouch4deltay(kAxisLayout, ctrlTouchscreentouch4delta);
|
||
|
|
||
|
// /Touchscreen/touch4/radius/x
|
||
|
var ctrlTouchscreentouch4radiusx = Initialize_ctrlTouchscreentouch4radiusx(kAxisLayout, ctrlTouchscreentouch4radius);
|
||
|
|
||
|
// /Touchscreen/touch4/radius/y
|
||
|
var ctrlTouchscreentouch4radiusy = Initialize_ctrlTouchscreentouch4radiusy(kAxisLayout, ctrlTouchscreentouch4radius);
|
||
|
|
||
|
// /Touchscreen/touch4/startPosition/x
|
||
|
var ctrlTouchscreentouch4startPositionx = Initialize_ctrlTouchscreentouch4startPositionx(kAxisLayout, ctrlTouchscreentouch4startPosition);
|
||
|
|
||
|
// /Touchscreen/touch4/startPosition/y
|
||
|
var ctrlTouchscreentouch4startPositiony = Initialize_ctrlTouchscreentouch4startPositiony(kAxisLayout, ctrlTouchscreentouch4startPosition);
|
||
|
|
||
|
// /Touchscreen/touch5/touchId
|
||
|
var ctrlTouchscreentouch5touchId = Initialize_ctrlTouchscreentouch5touchId(kIntegerLayout, ctrlTouchscreentouch5);
|
||
|
|
||
|
// /Touchscreen/touch5/position
|
||
|
var ctrlTouchscreentouch5position = Initialize_ctrlTouchscreentouch5position(kVector2Layout, ctrlTouchscreentouch5);
|
||
|
|
||
|
// /Touchscreen/touch5/delta
|
||
|
var ctrlTouchscreentouch5delta = Initialize_ctrlTouchscreentouch5delta(kDeltaLayout, ctrlTouchscreentouch5);
|
||
|
|
||
|
// /Touchscreen/touch5/pressure
|
||
|
var ctrlTouchscreentouch5pressure = Initialize_ctrlTouchscreentouch5pressure(kAxisLayout, ctrlTouchscreentouch5);
|
||
|
|
||
|
// /Touchscreen/touch5/radius
|
||
|
var ctrlTouchscreentouch5radius = Initialize_ctrlTouchscreentouch5radius(kVector2Layout, ctrlTouchscreentouch5);
|
||
|
|
||
|
// /Touchscreen/touch5/phase
|
||
|
var ctrlTouchscreentouch5phase = Initialize_ctrlTouchscreentouch5phase(kTouchPhaseLayout, ctrlTouchscreentouch5);
|
||
|
|
||
|
// /Touchscreen/touch5/press
|
||
|
var ctrlTouchscreentouch5press = Initialize_ctrlTouchscreentouch5press(kTouchPressLayout, ctrlTouchscreentouch5);
|
||
|
|
||
|
// /Touchscreen/touch5/tapCount
|
||
|
var ctrlTouchscreentouch5tapCount = Initialize_ctrlTouchscreentouch5tapCount(kIntegerLayout, ctrlTouchscreentouch5);
|
||
|
|
||
|
// /Touchscreen/touch5/indirectTouch
|
||
|
var ctrlTouchscreentouch5indirectTouch = Initialize_ctrlTouchscreentouch5indirectTouch(kButtonLayout, ctrlTouchscreentouch5);
|
||
|
|
||
|
// /Touchscreen/touch5/tap
|
||
|
var ctrlTouchscreentouch5tap = Initialize_ctrlTouchscreentouch5tap(kButtonLayout, ctrlTouchscreentouch5);
|
||
|
|
||
|
// /Touchscreen/touch5/startTime
|
||
|
var ctrlTouchscreentouch5startTime = Initialize_ctrlTouchscreentouch5startTime(kDoubleLayout, ctrlTouchscreentouch5);
|
||
|
|
||
|
// /Touchscreen/touch5/startPosition
|
||
|
var ctrlTouchscreentouch5startPosition = Initialize_ctrlTouchscreentouch5startPosition(kVector2Layout, ctrlTouchscreentouch5);
|
||
|
|
||
|
// /Touchscreen/touch5/position/x
|
||
|
var ctrlTouchscreentouch5positionx = Initialize_ctrlTouchscreentouch5positionx(kAxisLayout, ctrlTouchscreentouch5position);
|
||
|
|
||
|
// /Touchscreen/touch5/position/y
|
||
|
var ctrlTouchscreentouch5positiony = Initialize_ctrlTouchscreentouch5positiony(kAxisLayout, ctrlTouchscreentouch5position);
|
||
|
|
||
|
// /Touchscreen/touch5/delta/up
|
||
|
var ctrlTouchscreentouch5deltaup = Initialize_ctrlTouchscreentouch5deltaup(kAxisLayout, ctrlTouchscreentouch5delta);
|
||
|
|
||
|
// /Touchscreen/touch5/delta/down
|
||
|
var ctrlTouchscreentouch5deltadown = Initialize_ctrlTouchscreentouch5deltadown(kAxisLayout, ctrlTouchscreentouch5delta);
|
||
|
|
||
|
// /Touchscreen/touch5/delta/left
|
||
|
var ctrlTouchscreentouch5deltaleft = Initialize_ctrlTouchscreentouch5deltaleft(kAxisLayout, ctrlTouchscreentouch5delta);
|
||
|
|
||
|
// /Touchscreen/touch5/delta/right
|
||
|
var ctrlTouchscreentouch5deltaright = Initialize_ctrlTouchscreentouch5deltaright(kAxisLayout, ctrlTouchscreentouch5delta);
|
||
|
|
||
|
// /Touchscreen/touch5/delta/x
|
||
|
var ctrlTouchscreentouch5deltax = Initialize_ctrlTouchscreentouch5deltax(kAxisLayout, ctrlTouchscreentouch5delta);
|
||
|
|
||
|
// /Touchscreen/touch5/delta/y
|
||
|
var ctrlTouchscreentouch5deltay = Initialize_ctrlTouchscreentouch5deltay(kAxisLayout, ctrlTouchscreentouch5delta);
|
||
|
|
||
|
// /Touchscreen/touch5/radius/x
|
||
|
var ctrlTouchscreentouch5radiusx = Initialize_ctrlTouchscreentouch5radiusx(kAxisLayout, ctrlTouchscreentouch5radius);
|
||
|
|
||
|
// /Touchscreen/touch5/radius/y
|
||
|
var ctrlTouchscreentouch5radiusy = Initialize_ctrlTouchscreentouch5radiusy(kAxisLayout, ctrlTouchscreentouch5radius);
|
||
|
|
||
|
// /Touchscreen/touch5/startPosition/x
|
||
|
var ctrlTouchscreentouch5startPositionx = Initialize_ctrlTouchscreentouch5startPositionx(kAxisLayout, ctrlTouchscreentouch5startPosition);
|
||
|
|
||
|
// /Touchscreen/touch5/startPosition/y
|
||
|
var ctrlTouchscreentouch5startPositiony = Initialize_ctrlTouchscreentouch5startPositiony(kAxisLayout, ctrlTouchscreentouch5startPosition);
|
||
|
|
||
|
// /Touchscreen/touch6/touchId
|
||
|
var ctrlTouchscreentouch6touchId = Initialize_ctrlTouchscreentouch6touchId(kIntegerLayout, ctrlTouchscreentouch6);
|
||
|
|
||
|
// /Touchscreen/touch6/position
|
||
|
var ctrlTouchscreentouch6position = Initialize_ctrlTouchscreentouch6position(kVector2Layout, ctrlTouchscreentouch6);
|
||
|
|
||
|
// /Touchscreen/touch6/delta
|
||
|
var ctrlTouchscreentouch6delta = Initialize_ctrlTouchscreentouch6delta(kDeltaLayout, ctrlTouchscreentouch6);
|
||
|
|
||
|
// /Touchscreen/touch6/pressure
|
||
|
var ctrlTouchscreentouch6pressure = Initialize_ctrlTouchscreentouch6pressure(kAxisLayout, ctrlTouchscreentouch6);
|
||
|
|
||
|
// /Touchscreen/touch6/radius
|
||
|
var ctrlTouchscreentouch6radius = Initialize_ctrlTouchscreentouch6radius(kVector2Layout, ctrlTouchscreentouch6);
|
||
|
|
||
|
// /Touchscreen/touch6/phase
|
||
|
var ctrlTouchscreentouch6phase = Initialize_ctrlTouchscreentouch6phase(kTouchPhaseLayout, ctrlTouchscreentouch6);
|
||
|
|
||
|
// /Touchscreen/touch6/press
|
||
|
var ctrlTouchscreentouch6press = Initialize_ctrlTouchscreentouch6press(kTouchPressLayout, ctrlTouchscreentouch6);
|
||
|
|
||
|
// /Touchscreen/touch6/tapCount
|
||
|
var ctrlTouchscreentouch6tapCount = Initialize_ctrlTouchscreentouch6tapCount(kIntegerLayout, ctrlTouchscreentouch6);
|
||
|
|
||
|
// /Touchscreen/touch6/indirectTouch
|
||
|
var ctrlTouchscreentouch6indirectTouch = Initialize_ctrlTouchscreentouch6indirectTouch(kButtonLayout, ctrlTouchscreentouch6);
|
||
|
|
||
|
// /Touchscreen/touch6/tap
|
||
|
var ctrlTouchscreentouch6tap = Initialize_ctrlTouchscreentouch6tap(kButtonLayout, ctrlTouchscreentouch6);
|
||
|
|
||
|
// /Touchscreen/touch6/startTime
|
||
|
var ctrlTouchscreentouch6startTime = Initialize_ctrlTouchscreentouch6startTime(kDoubleLayout, ctrlTouchscreentouch6);
|
||
|
|
||
|
// /Touchscreen/touch6/startPosition
|
||
|
var ctrlTouchscreentouch6startPosition = Initialize_ctrlTouchscreentouch6startPosition(kVector2Layout, ctrlTouchscreentouch6);
|
||
|
|
||
|
// /Touchscreen/touch6/position/x
|
||
|
var ctrlTouchscreentouch6positionx = Initialize_ctrlTouchscreentouch6positionx(kAxisLayout, ctrlTouchscreentouch6position);
|
||
|
|
||
|
// /Touchscreen/touch6/position/y
|
||
|
var ctrlTouchscreentouch6positiony = Initialize_ctrlTouchscreentouch6positiony(kAxisLayout, ctrlTouchscreentouch6position);
|
||
|
|
||
|
// /Touchscreen/touch6/delta/up
|
||
|
var ctrlTouchscreentouch6deltaup = Initialize_ctrlTouchscreentouch6deltaup(kAxisLayout, ctrlTouchscreentouch6delta);
|
||
|
|
||
|
// /Touchscreen/touch6/delta/down
|
||
|
var ctrlTouchscreentouch6deltadown = Initialize_ctrlTouchscreentouch6deltadown(kAxisLayout, ctrlTouchscreentouch6delta);
|
||
|
|
||
|
// /Touchscreen/touch6/delta/left
|
||
|
var ctrlTouchscreentouch6deltaleft = Initialize_ctrlTouchscreentouch6deltaleft(kAxisLayout, ctrlTouchscreentouch6delta);
|
||
|
|
||
|
// /Touchscreen/touch6/delta/right
|
||
|
var ctrlTouchscreentouch6deltaright = Initialize_ctrlTouchscreentouch6deltaright(kAxisLayout, ctrlTouchscreentouch6delta);
|
||
|
|
||
|
// /Touchscreen/touch6/delta/x
|
||
|
var ctrlTouchscreentouch6deltax = Initialize_ctrlTouchscreentouch6deltax(kAxisLayout, ctrlTouchscreentouch6delta);
|
||
|
|
||
|
// /Touchscreen/touch6/delta/y
|
||
|
var ctrlTouchscreentouch6deltay = Initialize_ctrlTouchscreentouch6deltay(kAxisLayout, ctrlTouchscreentouch6delta);
|
||
|
|
||
|
// /Touchscreen/touch6/radius/x
|
||
|
var ctrlTouchscreentouch6radiusx = Initialize_ctrlTouchscreentouch6radiusx(kAxisLayout, ctrlTouchscreentouch6radius);
|
||
|
|
||
|
// /Touchscreen/touch6/radius/y
|
||
|
var ctrlTouchscreentouch6radiusy = Initialize_ctrlTouchscreentouch6radiusy(kAxisLayout, ctrlTouchscreentouch6radius);
|
||
|
|
||
|
// /Touchscreen/touch6/startPosition/x
|
||
|
var ctrlTouchscreentouch6startPositionx = Initialize_ctrlTouchscreentouch6startPositionx(kAxisLayout, ctrlTouchscreentouch6startPosition);
|
||
|
|
||
|
// /Touchscreen/touch6/startPosition/y
|
||
|
var ctrlTouchscreentouch6startPositiony = Initialize_ctrlTouchscreentouch6startPositiony(kAxisLayout, ctrlTouchscreentouch6startPosition);
|
||
|
|
||
|
// /Touchscreen/touch7/touchId
|
||
|
var ctrlTouchscreentouch7touchId = Initialize_ctrlTouchscreentouch7touchId(kIntegerLayout, ctrlTouchscreentouch7);
|
||
|
|
||
|
// /Touchscreen/touch7/position
|
||
|
var ctrlTouchscreentouch7position = Initialize_ctrlTouchscreentouch7position(kVector2Layout, ctrlTouchscreentouch7);
|
||
|
|
||
|
// /Touchscreen/touch7/delta
|
||
|
var ctrlTouchscreentouch7delta = Initialize_ctrlTouchscreentouch7delta(kDeltaLayout, ctrlTouchscreentouch7);
|
||
|
|
||
|
// /Touchscreen/touch7/pressure
|
||
|
var ctrlTouchscreentouch7pressure = Initialize_ctrlTouchscreentouch7pressure(kAxisLayout, ctrlTouchscreentouch7);
|
||
|
|
||
|
// /Touchscreen/touch7/radius
|
||
|
var ctrlTouchscreentouch7radius = Initialize_ctrlTouchscreentouch7radius(kVector2Layout, ctrlTouchscreentouch7);
|
||
|
|
||
|
// /Touchscreen/touch7/phase
|
||
|
var ctrlTouchscreentouch7phase = Initialize_ctrlTouchscreentouch7phase(kTouchPhaseLayout, ctrlTouchscreentouch7);
|
||
|
|
||
|
// /Touchscreen/touch7/press
|
||
|
var ctrlTouchscreentouch7press = Initialize_ctrlTouchscreentouch7press(kTouchPressLayout, ctrlTouchscreentouch7);
|
||
|
|
||
|
// /Touchscreen/touch7/tapCount
|
||
|
var ctrlTouchscreentouch7tapCount = Initialize_ctrlTouchscreentouch7tapCount(kIntegerLayout, ctrlTouchscreentouch7);
|
||
|
|
||
|
// /Touchscreen/touch7/indirectTouch
|
||
|
var ctrlTouchscreentouch7indirectTouch = Initialize_ctrlTouchscreentouch7indirectTouch(kButtonLayout, ctrlTouchscreentouch7);
|
||
|
|
||
|
// /Touchscreen/touch7/tap
|
||
|
var ctrlTouchscreentouch7tap = Initialize_ctrlTouchscreentouch7tap(kButtonLayout, ctrlTouchscreentouch7);
|
||
|
|
||
|
// /Touchscreen/touch7/startTime
|
||
|
var ctrlTouchscreentouch7startTime = Initialize_ctrlTouchscreentouch7startTime(kDoubleLayout, ctrlTouchscreentouch7);
|
||
|
|
||
|
// /Touchscreen/touch7/startPosition
|
||
|
var ctrlTouchscreentouch7startPosition = Initialize_ctrlTouchscreentouch7startPosition(kVector2Layout, ctrlTouchscreentouch7);
|
||
|
|
||
|
// /Touchscreen/touch7/position/x
|
||
|
var ctrlTouchscreentouch7positionx = Initialize_ctrlTouchscreentouch7positionx(kAxisLayout, ctrlTouchscreentouch7position);
|
||
|
|
||
|
// /Touchscreen/touch7/position/y
|
||
|
var ctrlTouchscreentouch7positiony = Initialize_ctrlTouchscreentouch7positiony(kAxisLayout, ctrlTouchscreentouch7position);
|
||
|
|
||
|
// /Touchscreen/touch7/delta/up
|
||
|
var ctrlTouchscreentouch7deltaup = Initialize_ctrlTouchscreentouch7deltaup(kAxisLayout, ctrlTouchscreentouch7delta);
|
||
|
|
||
|
// /Touchscreen/touch7/delta/down
|
||
|
var ctrlTouchscreentouch7deltadown = Initialize_ctrlTouchscreentouch7deltadown(kAxisLayout, ctrlTouchscreentouch7delta);
|
||
|
|
||
|
// /Touchscreen/touch7/delta/left
|
||
|
var ctrlTouchscreentouch7deltaleft = Initialize_ctrlTouchscreentouch7deltaleft(kAxisLayout, ctrlTouchscreentouch7delta);
|
||
|
|
||
|
// /Touchscreen/touch7/delta/right
|
||
|
var ctrlTouchscreentouch7deltaright = Initialize_ctrlTouchscreentouch7deltaright(kAxisLayout, ctrlTouchscreentouch7delta);
|
||
|
|
||
|
// /Touchscreen/touch7/delta/x
|
||
|
var ctrlTouchscreentouch7deltax = Initialize_ctrlTouchscreentouch7deltax(kAxisLayout, ctrlTouchscreentouch7delta);
|
||
|
|
||
|
// /Touchscreen/touch7/delta/y
|
||
|
var ctrlTouchscreentouch7deltay = Initialize_ctrlTouchscreentouch7deltay(kAxisLayout, ctrlTouchscreentouch7delta);
|
||
|
|
||
|
// /Touchscreen/touch7/radius/x
|
||
|
var ctrlTouchscreentouch7radiusx = Initialize_ctrlTouchscreentouch7radiusx(kAxisLayout, ctrlTouchscreentouch7radius);
|
||
|
|
||
|
// /Touchscreen/touch7/radius/y
|
||
|
var ctrlTouchscreentouch7radiusy = Initialize_ctrlTouchscreentouch7radiusy(kAxisLayout, ctrlTouchscreentouch7radius);
|
||
|
|
||
|
// /Touchscreen/touch7/startPosition/x
|
||
|
var ctrlTouchscreentouch7startPositionx = Initialize_ctrlTouchscreentouch7startPositionx(kAxisLayout, ctrlTouchscreentouch7startPosition);
|
||
|
|
||
|
// /Touchscreen/touch7/startPosition/y
|
||
|
var ctrlTouchscreentouch7startPositiony = Initialize_ctrlTouchscreentouch7startPositiony(kAxisLayout, ctrlTouchscreentouch7startPosition);
|
||
|
|
||
|
// /Touchscreen/touch8/touchId
|
||
|
var ctrlTouchscreentouch8touchId = Initialize_ctrlTouchscreentouch8touchId(kIntegerLayout, ctrlTouchscreentouch8);
|
||
|
|
||
|
// /Touchscreen/touch8/position
|
||
|
var ctrlTouchscreentouch8position = Initialize_ctrlTouchscreentouch8position(kVector2Layout, ctrlTouchscreentouch8);
|
||
|
|
||
|
// /Touchscreen/touch8/delta
|
||
|
var ctrlTouchscreentouch8delta = Initialize_ctrlTouchscreentouch8delta(kDeltaLayout, ctrlTouchscreentouch8);
|
||
|
|
||
|
// /Touchscreen/touch8/pressure
|
||
|
var ctrlTouchscreentouch8pressure = Initialize_ctrlTouchscreentouch8pressure(kAxisLayout, ctrlTouchscreentouch8);
|
||
|
|
||
|
// /Touchscreen/touch8/radius
|
||
|
var ctrlTouchscreentouch8radius = Initialize_ctrlTouchscreentouch8radius(kVector2Layout, ctrlTouchscreentouch8);
|
||
|
|
||
|
// /Touchscreen/touch8/phase
|
||
|
var ctrlTouchscreentouch8phase = Initialize_ctrlTouchscreentouch8phase(kTouchPhaseLayout, ctrlTouchscreentouch8);
|
||
|
|
||
|
// /Touchscreen/touch8/press
|
||
|
var ctrlTouchscreentouch8press = Initialize_ctrlTouchscreentouch8press(kTouchPressLayout, ctrlTouchscreentouch8);
|
||
|
|
||
|
// /Touchscreen/touch8/tapCount
|
||
|
var ctrlTouchscreentouch8tapCount = Initialize_ctrlTouchscreentouch8tapCount(kIntegerLayout, ctrlTouchscreentouch8);
|
||
|
|
||
|
// /Touchscreen/touch8/indirectTouch
|
||
|
var ctrlTouchscreentouch8indirectTouch = Initialize_ctrlTouchscreentouch8indirectTouch(kButtonLayout, ctrlTouchscreentouch8);
|
||
|
|
||
|
// /Touchscreen/touch8/tap
|
||
|
var ctrlTouchscreentouch8tap = Initialize_ctrlTouchscreentouch8tap(kButtonLayout, ctrlTouchscreentouch8);
|
||
|
|
||
|
// /Touchscreen/touch8/startTime
|
||
|
var ctrlTouchscreentouch8startTime = Initialize_ctrlTouchscreentouch8startTime(kDoubleLayout, ctrlTouchscreentouch8);
|
||
|
|
||
|
// /Touchscreen/touch8/startPosition
|
||
|
var ctrlTouchscreentouch8startPosition = Initialize_ctrlTouchscreentouch8startPosition(kVector2Layout, ctrlTouchscreentouch8);
|
||
|
|
||
|
// /Touchscreen/touch8/position/x
|
||
|
var ctrlTouchscreentouch8positionx = Initialize_ctrlTouchscreentouch8positionx(kAxisLayout, ctrlTouchscreentouch8position);
|
||
|
|
||
|
// /Touchscreen/touch8/position/y
|
||
|
var ctrlTouchscreentouch8positiony = Initialize_ctrlTouchscreentouch8positiony(kAxisLayout, ctrlTouchscreentouch8position);
|
||
|
|
||
|
// /Touchscreen/touch8/delta/up
|
||
|
var ctrlTouchscreentouch8deltaup = Initialize_ctrlTouchscreentouch8deltaup(kAxisLayout, ctrlTouchscreentouch8delta);
|
||
|
|
||
|
// /Touchscreen/touch8/delta/down
|
||
|
var ctrlTouchscreentouch8deltadown = Initialize_ctrlTouchscreentouch8deltadown(kAxisLayout, ctrlTouchscreentouch8delta);
|
||
|
|
||
|
// /Touchscreen/touch8/delta/left
|
||
|
var ctrlTouchscreentouch8deltaleft = Initialize_ctrlTouchscreentouch8deltaleft(kAxisLayout, ctrlTouchscreentouch8delta);
|
||
|
|
||
|
// /Touchscreen/touch8/delta/right
|
||
|
var ctrlTouchscreentouch8deltaright = Initialize_ctrlTouchscreentouch8deltaright(kAxisLayout, ctrlTouchscreentouch8delta);
|
||
|
|
||
|
// /Touchscreen/touch8/delta/x
|
||
|
var ctrlTouchscreentouch8deltax = Initialize_ctrlTouchscreentouch8deltax(kAxisLayout, ctrlTouchscreentouch8delta);
|
||
|
|
||
|
// /Touchscreen/touch8/delta/y
|
||
|
var ctrlTouchscreentouch8deltay = Initialize_ctrlTouchscreentouch8deltay(kAxisLayout, ctrlTouchscreentouch8delta);
|
||
|
|
||
|
// /Touchscreen/touch8/radius/x
|
||
|
var ctrlTouchscreentouch8radiusx = Initialize_ctrlTouchscreentouch8radiusx(kAxisLayout, ctrlTouchscreentouch8radius);
|
||
|
|
||
|
// /Touchscreen/touch8/radius/y
|
||
|
var ctrlTouchscreentouch8radiusy = Initialize_ctrlTouchscreentouch8radiusy(kAxisLayout, ctrlTouchscreentouch8radius);
|
||
|
|
||
|
// /Touchscreen/touch8/startPosition/x
|
||
|
var ctrlTouchscreentouch8startPositionx = Initialize_ctrlTouchscreentouch8startPositionx(kAxisLayout, ctrlTouchscreentouch8startPosition);
|
||
|
|
||
|
// /Touchscreen/touch8/startPosition/y
|
||
|
var ctrlTouchscreentouch8startPositiony = Initialize_ctrlTouchscreentouch8startPositiony(kAxisLayout, ctrlTouchscreentouch8startPosition);
|
||
|
|
||
|
// /Touchscreen/touch9/touchId
|
||
|
var ctrlTouchscreentouch9touchId = Initialize_ctrlTouchscreentouch9touchId(kIntegerLayout, ctrlTouchscreentouch9);
|
||
|
|
||
|
// /Touchscreen/touch9/position
|
||
|
var ctrlTouchscreentouch9position = Initialize_ctrlTouchscreentouch9position(kVector2Layout, ctrlTouchscreentouch9);
|
||
|
|
||
|
// /Touchscreen/touch9/delta
|
||
|
var ctrlTouchscreentouch9delta = Initialize_ctrlTouchscreentouch9delta(kDeltaLayout, ctrlTouchscreentouch9);
|
||
|
|
||
|
// /Touchscreen/touch9/pressure
|
||
|
var ctrlTouchscreentouch9pressure = Initialize_ctrlTouchscreentouch9pressure(kAxisLayout, ctrlTouchscreentouch9);
|
||
|
|
||
|
// /Touchscreen/touch9/radius
|
||
|
var ctrlTouchscreentouch9radius = Initialize_ctrlTouchscreentouch9radius(kVector2Layout, ctrlTouchscreentouch9);
|
||
|
|
||
|
// /Touchscreen/touch9/phase
|
||
|
var ctrlTouchscreentouch9phase = Initialize_ctrlTouchscreentouch9phase(kTouchPhaseLayout, ctrlTouchscreentouch9);
|
||
|
|
||
|
// /Touchscreen/touch9/press
|
||
|
var ctrlTouchscreentouch9press = Initialize_ctrlTouchscreentouch9press(kTouchPressLayout, ctrlTouchscreentouch9);
|
||
|
|
||
|
// /Touchscreen/touch9/tapCount
|
||
|
var ctrlTouchscreentouch9tapCount = Initialize_ctrlTouchscreentouch9tapCount(kIntegerLayout, ctrlTouchscreentouch9);
|
||
|
|
||
|
// /Touchscreen/touch9/indirectTouch
|
||
|
var ctrlTouchscreentouch9indirectTouch = Initialize_ctrlTouchscreentouch9indirectTouch(kButtonLayout, ctrlTouchscreentouch9);
|
||
|
|
||
|
// /Touchscreen/touch9/tap
|
||
|
var ctrlTouchscreentouch9tap = Initialize_ctrlTouchscreentouch9tap(kButtonLayout, ctrlTouchscreentouch9);
|
||
|
|
||
|
// /Touchscreen/touch9/startTime
|
||
|
var ctrlTouchscreentouch9startTime = Initialize_ctrlTouchscreentouch9startTime(kDoubleLayout, ctrlTouchscreentouch9);
|
||
|
|
||
|
// /Touchscreen/touch9/startPosition
|
||
|
var ctrlTouchscreentouch9startPosition = Initialize_ctrlTouchscreentouch9startPosition(kVector2Layout, ctrlTouchscreentouch9);
|
||
|
|
||
|
// /Touchscreen/touch9/position/x
|
||
|
var ctrlTouchscreentouch9positionx = Initialize_ctrlTouchscreentouch9positionx(kAxisLayout, ctrlTouchscreentouch9position);
|
||
|
|
||
|
// /Touchscreen/touch9/position/y
|
||
|
var ctrlTouchscreentouch9positiony = Initialize_ctrlTouchscreentouch9positiony(kAxisLayout, ctrlTouchscreentouch9position);
|
||
|
|
||
|
// /Touchscreen/touch9/delta/up
|
||
|
var ctrlTouchscreentouch9deltaup = Initialize_ctrlTouchscreentouch9deltaup(kAxisLayout, ctrlTouchscreentouch9delta);
|
||
|
|
||
|
// /Touchscreen/touch9/delta/down
|
||
|
var ctrlTouchscreentouch9deltadown = Initialize_ctrlTouchscreentouch9deltadown(kAxisLayout, ctrlTouchscreentouch9delta);
|
||
|
|
||
|
// /Touchscreen/touch9/delta/left
|
||
|
var ctrlTouchscreentouch9deltaleft = Initialize_ctrlTouchscreentouch9deltaleft(kAxisLayout, ctrlTouchscreentouch9delta);
|
||
|
|
||
|
// /Touchscreen/touch9/delta/right
|
||
|
var ctrlTouchscreentouch9deltaright = Initialize_ctrlTouchscreentouch9deltaright(kAxisLayout, ctrlTouchscreentouch9delta);
|
||
|
|
||
|
// /Touchscreen/touch9/delta/x
|
||
|
var ctrlTouchscreentouch9deltax = Initialize_ctrlTouchscreentouch9deltax(kAxisLayout, ctrlTouchscreentouch9delta);
|
||
|
|
||
|
// /Touchscreen/touch9/delta/y
|
||
|
var ctrlTouchscreentouch9deltay = Initialize_ctrlTouchscreentouch9deltay(kAxisLayout, ctrlTouchscreentouch9delta);
|
||
|
|
||
|
// /Touchscreen/touch9/radius/x
|
||
|
var ctrlTouchscreentouch9radiusx = Initialize_ctrlTouchscreentouch9radiusx(kAxisLayout, ctrlTouchscreentouch9radius);
|
||
|
|
||
|
// /Touchscreen/touch9/radius/y
|
||
|
var ctrlTouchscreentouch9radiusy = Initialize_ctrlTouchscreentouch9radiusy(kAxisLayout, ctrlTouchscreentouch9radius);
|
||
|
|
||
|
// /Touchscreen/touch9/startPosition/x
|
||
|
var ctrlTouchscreentouch9startPositionx = Initialize_ctrlTouchscreentouch9startPositionx(kAxisLayout, ctrlTouchscreentouch9startPosition);
|
||
|
|
||
|
// /Touchscreen/touch9/startPosition/y
|
||
|
var ctrlTouchscreentouch9startPositiony = Initialize_ctrlTouchscreentouch9startPositiony(kAxisLayout, ctrlTouchscreentouch9startPosition);
|
||
|
|
||
|
// Usages.
|
||
|
builder.WithControlUsage(0, new InternedString("PrimaryAction"), ctrlTouchscreenprimaryTouchtap);
|
||
|
builder.WithControlUsage(1, new InternedString("Point"), ctrlTouchscreenposition);
|
||
|
builder.WithControlUsage(2, new InternedString("Secondary2DMotion"), ctrlTouchscreendelta);
|
||
|
builder.WithControlUsage(3, new InternedString("Pressure"), ctrlTouchscreenpressure);
|
||
|
builder.WithControlUsage(4, new InternedString("Radius"), ctrlTouchscreenradius);
|
||
|
|
||
|
// Control getters/arrays.
|
||
|
this.touchControlArray = new UnityEngine.InputSystem.Controls.TouchControl[10];
|
||
|
this.touchControlArray[0] = ctrlTouchscreentouch0;
|
||
|
this.touchControlArray[1] = ctrlTouchscreentouch1;
|
||
|
this.touchControlArray[2] = ctrlTouchscreentouch2;
|
||
|
this.touchControlArray[3] = ctrlTouchscreentouch3;
|
||
|
this.touchControlArray[4] = ctrlTouchscreentouch4;
|
||
|
this.touchControlArray[5] = ctrlTouchscreentouch5;
|
||
|
this.touchControlArray[6] = ctrlTouchscreentouch6;
|
||
|
this.touchControlArray[7] = ctrlTouchscreentouch7;
|
||
|
this.touchControlArray[8] = ctrlTouchscreentouch8;
|
||
|
this.touchControlArray[9] = ctrlTouchscreentouch9;
|
||
|
this.primaryTouch = ctrlTouchscreenprimaryTouch;
|
||
|
this.position = ctrlTouchscreenposition;
|
||
|
this.delta = ctrlTouchscreendelta;
|
||
|
this.radius = ctrlTouchscreenradius;
|
||
|
this.pressure = ctrlTouchscreenpressure;
|
||
|
this.press = ctrlTouchscreenpress;
|
||
|
ctrlTouchscreenprimaryTouch.press = ctrlTouchscreenprimaryTouchpress;
|
||
|
ctrlTouchscreenprimaryTouch.touchId = ctrlTouchscreenprimaryTouchtouchId;
|
||
|
ctrlTouchscreenprimaryTouch.position = ctrlTouchscreenprimaryTouchposition;
|
||
|
ctrlTouchscreenprimaryTouch.delta = ctrlTouchscreenprimaryTouchdelta;
|
||
|
ctrlTouchscreenprimaryTouch.pressure = ctrlTouchscreenprimaryTouchpressure;
|
||
|
ctrlTouchscreenprimaryTouch.radius = ctrlTouchscreenprimaryTouchradius;
|
||
|
ctrlTouchscreenprimaryTouch.phase = ctrlTouchscreenprimaryTouchphase;
|
||
|
ctrlTouchscreenprimaryTouch.indirectTouch = ctrlTouchscreenprimaryTouchindirectTouch;
|
||
|
ctrlTouchscreenprimaryTouch.tap = ctrlTouchscreenprimaryTouchtap;
|
||
|
ctrlTouchscreenprimaryTouch.tapCount = ctrlTouchscreenprimaryTouchtapCount;
|
||
|
ctrlTouchscreenprimaryTouch.startTime = ctrlTouchscreenprimaryTouchstartTime;
|
||
|
ctrlTouchscreenprimaryTouch.startPosition = ctrlTouchscreenprimaryTouchstartPosition;
|
||
|
ctrlTouchscreenposition.x = ctrlTouchscreenpositionx;
|
||
|
ctrlTouchscreenposition.y = ctrlTouchscreenpositiony;
|
||
|
ctrlTouchscreendelta.up = ctrlTouchscreendeltaup;
|
||
|
ctrlTouchscreendelta.down = ctrlTouchscreendeltadown;
|
||
|
ctrlTouchscreendelta.left = ctrlTouchscreendeltaleft;
|
||
|
ctrlTouchscreendelta.right = ctrlTouchscreendeltaright;
|
||
|
ctrlTouchscreendelta.x = ctrlTouchscreendeltax;
|
||
|
ctrlTouchscreendelta.y = ctrlTouchscreendeltay;
|
||
|
ctrlTouchscreenradius.x = ctrlTouchscreenradiusx;
|
||
|
ctrlTouchscreenradius.y = ctrlTouchscreenradiusy;
|
||
|
ctrlTouchscreentouch0.press = ctrlTouchscreentouch0press;
|
||
|
ctrlTouchscreentouch0.touchId = ctrlTouchscreentouch0touchId;
|
||
|
ctrlTouchscreentouch0.position = ctrlTouchscreentouch0position;
|
||
|
ctrlTouchscreentouch0.delta = ctrlTouchscreentouch0delta;
|
||
|
ctrlTouchscreentouch0.pressure = ctrlTouchscreentouch0pressure;
|
||
|
ctrlTouchscreentouch0.radius = ctrlTouchscreentouch0radius;
|
||
|
ctrlTouchscreentouch0.phase = ctrlTouchscreentouch0phase;
|
||
|
ctrlTouchscreentouch0.indirectTouch = ctrlTouchscreentouch0indirectTouch;
|
||
|
ctrlTouchscreentouch0.tap = ctrlTouchscreentouch0tap;
|
||
|
ctrlTouchscreentouch0.tapCount = ctrlTouchscreentouch0tapCount;
|
||
|
ctrlTouchscreentouch0.startTime = ctrlTouchscreentouch0startTime;
|
||
|
ctrlTouchscreentouch0.startPosition = ctrlTouchscreentouch0startPosition;
|
||
|
ctrlTouchscreentouch1.press = ctrlTouchscreentouch1press;
|
||
|
ctrlTouchscreentouch1.touchId = ctrlTouchscreentouch1touchId;
|
||
|
ctrlTouchscreentouch1.position = ctrlTouchscreentouch1position;
|
||
|
ctrlTouchscreentouch1.delta = ctrlTouchscreentouch1delta;
|
||
|
ctrlTouchscreentouch1.pressure = ctrlTouchscreentouch1pressure;
|
||
|
ctrlTouchscreentouch1.radius = ctrlTouchscreentouch1radius;
|
||
|
ctrlTouchscreentouch1.phase = ctrlTouchscreentouch1phase;
|
||
|
ctrlTouchscreentouch1.indirectTouch = ctrlTouchscreentouch1indirectTouch;
|
||
|
ctrlTouchscreentouch1.tap = ctrlTouchscreentouch1tap;
|
||
|
ctrlTouchscreentouch1.tapCount = ctrlTouchscreentouch1tapCount;
|
||
|
ctrlTouchscreentouch1.startTime = ctrlTouchscreentouch1startTime;
|
||
|
ctrlTouchscreentouch1.startPosition = ctrlTouchscreentouch1startPosition;
|
||
|
ctrlTouchscreentouch2.press = ctrlTouchscreentouch2press;
|
||
|
ctrlTouchscreentouch2.touchId = ctrlTouchscreentouch2touchId;
|
||
|
ctrlTouchscreentouch2.position = ctrlTouchscreentouch2position;
|
||
|
ctrlTouchscreentouch2.delta = ctrlTouchscreentouch2delta;
|
||
|
ctrlTouchscreentouch2.pressure = ctrlTouchscreentouch2pressure;
|
||
|
ctrlTouchscreentouch2.radius = ctrlTouchscreentouch2radius;
|
||
|
ctrlTouchscreentouch2.phase = ctrlTouchscreentouch2phase;
|
||
|
ctrlTouchscreentouch2.indirectTouch = ctrlTouchscreentouch2indirectTouch;
|
||
|
ctrlTouchscreentouch2.tap = ctrlTouchscreentouch2tap;
|
||
|
ctrlTouchscreentouch2.tapCount = ctrlTouchscreentouch2tapCount;
|
||
|
ctrlTouchscreentouch2.startTime = ctrlTouchscreentouch2startTime;
|
||
|
ctrlTouchscreentouch2.startPosition = ctrlTouchscreentouch2startPosition;
|
||
|
ctrlTouchscreentouch3.press = ctrlTouchscreentouch3press;
|
||
|
ctrlTouchscreentouch3.touchId = ctrlTouchscreentouch3touchId;
|
||
|
ctrlTouchscreentouch3.position = ctrlTouchscreentouch3position;
|
||
|
ctrlTouchscreentouch3.delta = ctrlTouchscreentouch3delta;
|
||
|
ctrlTouchscreentouch3.pressure = ctrlTouchscreentouch3pressure;
|
||
|
ctrlTouchscreentouch3.radius = ctrlTouchscreentouch3radius;
|
||
|
ctrlTouchscreentouch3.phase = ctrlTouchscreentouch3phase;
|
||
|
ctrlTouchscreentouch3.indirectTouch = ctrlTouchscreentouch3indirectTouch;
|
||
|
ctrlTouchscreentouch3.tap = ctrlTouchscreentouch3tap;
|
||
|
ctrlTouchscreentouch3.tapCount = ctrlTouchscreentouch3tapCount;
|
||
|
ctrlTouchscreentouch3.startTime = ctrlTouchscreentouch3startTime;
|
||
|
ctrlTouchscreentouch3.startPosition = ctrlTouchscreentouch3startPosition;
|
||
|
ctrlTouchscreentouch4.press = ctrlTouchscreentouch4press;
|
||
|
ctrlTouchscreentouch4.touchId = ctrlTouchscreentouch4touchId;
|
||
|
ctrlTouchscreentouch4.position = ctrlTouchscreentouch4position;
|
||
|
ctrlTouchscreentouch4.delta = ctrlTouchscreentouch4delta;
|
||
|
ctrlTouchscreentouch4.pressure = ctrlTouchscreentouch4pressure;
|
||
|
ctrlTouchscreentouch4.radius = ctrlTouchscreentouch4radius;
|
||
|
ctrlTouchscreentouch4.phase = ctrlTouchscreentouch4phase;
|
||
|
ctrlTouchscreentouch4.indirectTouch = ctrlTouchscreentouch4indirectTouch;
|
||
|
ctrlTouchscreentouch4.tap = ctrlTouchscreentouch4tap;
|
||
|
ctrlTouchscreentouch4.tapCount = ctrlTouchscreentouch4tapCount;
|
||
|
ctrlTouchscreentouch4.startTime = ctrlTouchscreentouch4startTime;
|
||
|
ctrlTouchscreentouch4.startPosition = ctrlTouchscreentouch4startPosition;
|
||
|
ctrlTouchscreentouch5.press = ctrlTouchscreentouch5press;
|
||
|
ctrlTouchscreentouch5.touchId = ctrlTouchscreentouch5touchId;
|
||
|
ctrlTouchscreentouch5.position = ctrlTouchscreentouch5position;
|
||
|
ctrlTouchscreentouch5.delta = ctrlTouchscreentouch5delta;
|
||
|
ctrlTouchscreentouch5.pressure = ctrlTouchscreentouch5pressure;
|
||
|
ctrlTouchscreentouch5.radius = ctrlTouchscreentouch5radius;
|
||
|
ctrlTouchscreentouch5.phase = ctrlTouchscreentouch5phase;
|
||
|
ctrlTouchscreentouch5.indirectTouch = ctrlTouchscreentouch5indirectTouch;
|
||
|
ctrlTouchscreentouch5.tap = ctrlTouchscreentouch5tap;
|
||
|
ctrlTouchscreentouch5.tapCount = ctrlTouchscreentouch5tapCount;
|
||
|
ctrlTouchscreentouch5.startTime = ctrlTouchscreentouch5startTime;
|
||
|
ctrlTouchscreentouch5.startPosition = ctrlTouchscreentouch5startPosition;
|
||
|
ctrlTouchscreentouch6.press = ctrlTouchscreentouch6press;
|
||
|
ctrlTouchscreentouch6.touchId = ctrlTouchscreentouch6touchId;
|
||
|
ctrlTouchscreentouch6.position = ctrlTouchscreentouch6position;
|
||
|
ctrlTouchscreentouch6.delta = ctrlTouchscreentouch6delta;
|
||
|
ctrlTouchscreentouch6.pressure = ctrlTouchscreentouch6pressure;
|
||
|
ctrlTouchscreentouch6.radius = ctrlTouchscreentouch6radius;
|
||
|
ctrlTouchscreentouch6.phase = ctrlTouchscreentouch6phase;
|
||
|
ctrlTouchscreentouch6.indirectTouch = ctrlTouchscreentouch6indirectTouch;
|
||
|
ctrlTouchscreentouch6.tap = ctrlTouchscreentouch6tap;
|
||
|
ctrlTouchscreentouch6.tapCount = ctrlTouchscreentouch6tapCount;
|
||
|
ctrlTouchscreentouch6.startTime = ctrlTouchscreentouch6startTime;
|
||
|
ctrlTouchscreentouch6.startPosition = ctrlTouchscreentouch6startPosition;
|
||
|
ctrlTouchscreentouch7.press = ctrlTouchscreentouch7press;
|
||
|
ctrlTouchscreentouch7.touchId = ctrlTouchscreentouch7touchId;
|
||
|
ctrlTouchscreentouch7.position = ctrlTouchscreentouch7position;
|
||
|
ctrlTouchscreentouch7.delta = ctrlTouchscreentouch7delta;
|
||
|
ctrlTouchscreentouch7.pressure = ctrlTouchscreentouch7pressure;
|
||
|
ctrlTouchscreentouch7.radius = ctrlTouchscreentouch7radius;
|
||
|
ctrlTouchscreentouch7.phase = ctrlTouchscreentouch7phase;
|
||
|
ctrlTouchscreentouch7.indirectTouch = ctrlTouchscreentouch7indirectTouch;
|
||
|
ctrlTouchscreentouch7.tap = ctrlTouchscreentouch7tap;
|
||
|
ctrlTouchscreentouch7.tapCount = ctrlTouchscreentouch7tapCount;
|
||
|
ctrlTouchscreentouch7.startTime = ctrlTouchscreentouch7startTime;
|
||
|
ctrlTouchscreentouch7.startPosition = ctrlTouchscreentouch7startPosition;
|
||
|
ctrlTouchscreentouch8.press = ctrlTouchscreentouch8press;
|
||
|
ctrlTouchscreentouch8.touchId = ctrlTouchscreentouch8touchId;
|
||
|
ctrlTouchscreentouch8.position = ctrlTouchscreentouch8position;
|
||
|
ctrlTouchscreentouch8.delta = ctrlTouchscreentouch8delta;
|
||
|
ctrlTouchscreentouch8.pressure = ctrlTouchscreentouch8pressure;
|
||
|
ctrlTouchscreentouch8.radius = ctrlTouchscreentouch8radius;
|
||
|
ctrlTouchscreentouch8.phase = ctrlTouchscreentouch8phase;
|
||
|
ctrlTouchscreentouch8.indirectTouch = ctrlTouchscreentouch8indirectTouch;
|
||
|
ctrlTouchscreentouch8.tap = ctrlTouchscreentouch8tap;
|
||
|
ctrlTouchscreentouch8.tapCount = ctrlTouchscreentouch8tapCount;
|
||
|
ctrlTouchscreentouch8.startTime = ctrlTouchscreentouch8startTime;
|
||
|
ctrlTouchscreentouch8.startPosition = ctrlTouchscreentouch8startPosition;
|
||
|
ctrlTouchscreentouch9.press = ctrlTouchscreentouch9press;
|
||
|
ctrlTouchscreentouch9.touchId = ctrlTouchscreentouch9touchId;
|
||
|
ctrlTouchscreentouch9.position = ctrlTouchscreentouch9position;
|
||
|
ctrlTouchscreentouch9.delta = ctrlTouchscreentouch9delta;
|
||
|
ctrlTouchscreentouch9.pressure = ctrlTouchscreentouch9pressure;
|
||
|
ctrlTouchscreentouch9.radius = ctrlTouchscreentouch9radius;
|
||
|
ctrlTouchscreentouch9.phase = ctrlTouchscreentouch9phase;
|
||
|
ctrlTouchscreentouch9.indirectTouch = ctrlTouchscreentouch9indirectTouch;
|
||
|
ctrlTouchscreentouch9.tap = ctrlTouchscreentouch9tap;
|
||
|
ctrlTouchscreentouch9.tapCount = ctrlTouchscreentouch9tapCount;
|
||
|
ctrlTouchscreentouch9.startTime = ctrlTouchscreentouch9startTime;
|
||
|
ctrlTouchscreentouch9.startPosition = ctrlTouchscreentouch9startPosition;
|
||
|
ctrlTouchscreenprimaryTouchposition.x = ctrlTouchscreenprimaryTouchpositionx;
|
||
|
ctrlTouchscreenprimaryTouchposition.y = ctrlTouchscreenprimaryTouchpositiony;
|
||
|
ctrlTouchscreenprimaryTouchdelta.up = ctrlTouchscreenprimaryTouchdeltaup;
|
||
|
ctrlTouchscreenprimaryTouchdelta.down = ctrlTouchscreenprimaryTouchdeltadown;
|
||
|
ctrlTouchscreenprimaryTouchdelta.left = ctrlTouchscreenprimaryTouchdeltaleft;
|
||
|
ctrlTouchscreenprimaryTouchdelta.right = ctrlTouchscreenprimaryTouchdeltaright;
|
||
|
ctrlTouchscreenprimaryTouchdelta.x = ctrlTouchscreenprimaryTouchdeltax;
|
||
|
ctrlTouchscreenprimaryTouchdelta.y = ctrlTouchscreenprimaryTouchdeltay;
|
||
|
ctrlTouchscreenprimaryTouchradius.x = ctrlTouchscreenprimaryTouchradiusx;
|
||
|
ctrlTouchscreenprimaryTouchradius.y = ctrlTouchscreenprimaryTouchradiusy;
|
||
|
ctrlTouchscreenprimaryTouchstartPosition.x = ctrlTouchscreenprimaryTouchstartPositionx;
|
||
|
ctrlTouchscreenprimaryTouchstartPosition.y = ctrlTouchscreenprimaryTouchstartPositiony;
|
||
|
ctrlTouchscreentouch0position.x = ctrlTouchscreentouch0positionx;
|
||
|
ctrlTouchscreentouch0position.y = ctrlTouchscreentouch0positiony;
|
||
|
ctrlTouchscreentouch0delta.up = ctrlTouchscreentouch0deltaup;
|
||
|
ctrlTouchscreentouch0delta.down = ctrlTouchscreentouch0deltadown;
|
||
|
ctrlTouchscreentouch0delta.left = ctrlTouchscreentouch0deltaleft;
|
||
|
ctrlTouchscreentouch0delta.right = ctrlTouchscreentouch0deltaright;
|
||
|
ctrlTouchscreentouch0delta.x = ctrlTouchscreentouch0deltax;
|
||
|
ctrlTouchscreentouch0delta.y = ctrlTouchscreentouch0deltay;
|
||
|
ctrlTouchscreentouch0radius.x = ctrlTouchscreentouch0radiusx;
|
||
|
ctrlTouchscreentouch0radius.y = ctrlTouchscreentouch0radiusy;
|
||
|
ctrlTouchscreentouch0startPosition.x = ctrlTouchscreentouch0startPositionx;
|
||
|
ctrlTouchscreentouch0startPosition.y = ctrlTouchscreentouch0startPositiony;
|
||
|
ctrlTouchscreentouch1position.x = ctrlTouchscreentouch1positionx;
|
||
|
ctrlTouchscreentouch1position.y = ctrlTouchscreentouch1positiony;
|
||
|
ctrlTouchscreentouch1delta.up = ctrlTouchscreentouch1deltaup;
|
||
|
ctrlTouchscreentouch1delta.down = ctrlTouchscreentouch1deltadown;
|
||
|
ctrlTouchscreentouch1delta.left = ctrlTouchscreentouch1deltaleft;
|
||
|
ctrlTouchscreentouch1delta.right = ctrlTouchscreentouch1deltaright;
|
||
|
ctrlTouchscreentouch1delta.x = ctrlTouchscreentouch1deltax;
|
||
|
ctrlTouchscreentouch1delta.y = ctrlTouchscreentouch1deltay;
|
||
|
ctrlTouchscreentouch1radius.x = ctrlTouchscreentouch1radiusx;
|
||
|
ctrlTouchscreentouch1radius.y = ctrlTouchscreentouch1radiusy;
|
||
|
ctrlTouchscreentouch1startPosition.x = ctrlTouchscreentouch1startPositionx;
|
||
|
ctrlTouchscreentouch1startPosition.y = ctrlTouchscreentouch1startPositiony;
|
||
|
ctrlTouchscreentouch2position.x = ctrlTouchscreentouch2positionx;
|
||
|
ctrlTouchscreentouch2position.y = ctrlTouchscreentouch2positiony;
|
||
|
ctrlTouchscreentouch2delta.up = ctrlTouchscreentouch2deltaup;
|
||
|
ctrlTouchscreentouch2delta.down = ctrlTouchscreentouch2deltadown;
|
||
|
ctrlTouchscreentouch2delta.left = ctrlTouchscreentouch2deltaleft;
|
||
|
ctrlTouchscreentouch2delta.right = ctrlTouchscreentouch2deltaright;
|
||
|
ctrlTouchscreentouch2delta.x = ctrlTouchscreentouch2deltax;
|
||
|
ctrlTouchscreentouch2delta.y = ctrlTouchscreentouch2deltay;
|
||
|
ctrlTouchscreentouch2radius.x = ctrlTouchscreentouch2radiusx;
|
||
|
ctrlTouchscreentouch2radius.y = ctrlTouchscreentouch2radiusy;
|
||
|
ctrlTouchscreentouch2startPosition.x = ctrlTouchscreentouch2startPositionx;
|
||
|
ctrlTouchscreentouch2startPosition.y = ctrlTouchscreentouch2startPositiony;
|
||
|
ctrlTouchscreentouch3position.x = ctrlTouchscreentouch3positionx;
|
||
|
ctrlTouchscreentouch3position.y = ctrlTouchscreentouch3positiony;
|
||
|
ctrlTouchscreentouch3delta.up = ctrlTouchscreentouch3deltaup;
|
||
|
ctrlTouchscreentouch3delta.down = ctrlTouchscreentouch3deltadown;
|
||
|
ctrlTouchscreentouch3delta.left = ctrlTouchscreentouch3deltaleft;
|
||
|
ctrlTouchscreentouch3delta.right = ctrlTouchscreentouch3deltaright;
|
||
|
ctrlTouchscreentouch3delta.x = ctrlTouchscreentouch3deltax;
|
||
|
ctrlTouchscreentouch3delta.y = ctrlTouchscreentouch3deltay;
|
||
|
ctrlTouchscreentouch3radius.x = ctrlTouchscreentouch3radiusx;
|
||
|
ctrlTouchscreentouch3radius.y = ctrlTouchscreentouch3radiusy;
|
||
|
ctrlTouchscreentouch3startPosition.x = ctrlTouchscreentouch3startPositionx;
|
||
|
ctrlTouchscreentouch3startPosition.y = ctrlTouchscreentouch3startPositiony;
|
||
|
ctrlTouchscreentouch4position.x = ctrlTouchscreentouch4positionx;
|
||
|
ctrlTouchscreentouch4position.y = ctrlTouchscreentouch4positiony;
|
||
|
ctrlTouchscreentouch4delta.up = ctrlTouchscreentouch4deltaup;
|
||
|
ctrlTouchscreentouch4delta.down = ctrlTouchscreentouch4deltadown;
|
||
|
ctrlTouchscreentouch4delta.left = ctrlTouchscreentouch4deltaleft;
|
||
|
ctrlTouchscreentouch4delta.right = ctrlTouchscreentouch4deltaright;
|
||
|
ctrlTouchscreentouch4delta.x = ctrlTouchscreentouch4deltax;
|
||
|
ctrlTouchscreentouch4delta.y = ctrlTouchscreentouch4deltay;
|
||
|
ctrlTouchscreentouch4radius.x = ctrlTouchscreentouch4radiusx;
|
||
|
ctrlTouchscreentouch4radius.y = ctrlTouchscreentouch4radiusy;
|
||
|
ctrlTouchscreentouch4startPosition.x = ctrlTouchscreentouch4startPositionx;
|
||
|
ctrlTouchscreentouch4startPosition.y = ctrlTouchscreentouch4startPositiony;
|
||
|
ctrlTouchscreentouch5position.x = ctrlTouchscreentouch5positionx;
|
||
|
ctrlTouchscreentouch5position.y = ctrlTouchscreentouch5positiony;
|
||
|
ctrlTouchscreentouch5delta.up = ctrlTouchscreentouch5deltaup;
|
||
|
ctrlTouchscreentouch5delta.down = ctrlTouchscreentouch5deltadown;
|
||
|
ctrlTouchscreentouch5delta.left = ctrlTouchscreentouch5deltaleft;
|
||
|
ctrlTouchscreentouch5delta.right = ctrlTouchscreentouch5deltaright;
|
||
|
ctrlTouchscreentouch5delta.x = ctrlTouchscreentouch5deltax;
|
||
|
ctrlTouchscreentouch5delta.y = ctrlTouchscreentouch5deltay;
|
||
|
ctrlTouchscreentouch5radius.x = ctrlTouchscreentouch5radiusx;
|
||
|
ctrlTouchscreentouch5radius.y = ctrlTouchscreentouch5radiusy;
|
||
|
ctrlTouchscreentouch5startPosition.x = ctrlTouchscreentouch5startPositionx;
|
||
|
ctrlTouchscreentouch5startPosition.y = ctrlTouchscreentouch5startPositiony;
|
||
|
ctrlTouchscreentouch6position.x = ctrlTouchscreentouch6positionx;
|
||
|
ctrlTouchscreentouch6position.y = ctrlTouchscreentouch6positiony;
|
||
|
ctrlTouchscreentouch6delta.up = ctrlTouchscreentouch6deltaup;
|
||
|
ctrlTouchscreentouch6delta.down = ctrlTouchscreentouch6deltadown;
|
||
|
ctrlTouchscreentouch6delta.left = ctrlTouchscreentouch6deltaleft;
|
||
|
ctrlTouchscreentouch6delta.right = ctrlTouchscreentouch6deltaright;
|
||
|
ctrlTouchscreentouch6delta.x = ctrlTouchscreentouch6deltax;
|
||
|
ctrlTouchscreentouch6delta.y = ctrlTouchscreentouch6deltay;
|
||
|
ctrlTouchscreentouch6radius.x = ctrlTouchscreentouch6radiusx;
|
||
|
ctrlTouchscreentouch6radius.y = ctrlTouchscreentouch6radiusy;
|
||
|
ctrlTouchscreentouch6startPosition.x = ctrlTouchscreentouch6startPositionx;
|
||
|
ctrlTouchscreentouch6startPosition.y = ctrlTouchscreentouch6startPositiony;
|
||
|
ctrlTouchscreentouch7position.x = ctrlTouchscreentouch7positionx;
|
||
|
ctrlTouchscreentouch7position.y = ctrlTouchscreentouch7positiony;
|
||
|
ctrlTouchscreentouch7delta.up = ctrlTouchscreentouch7deltaup;
|
||
|
ctrlTouchscreentouch7delta.down = ctrlTouchscreentouch7deltadown;
|
||
|
ctrlTouchscreentouch7delta.left = ctrlTouchscreentouch7deltaleft;
|
||
|
ctrlTouchscreentouch7delta.right = ctrlTouchscreentouch7deltaright;
|
||
|
ctrlTouchscreentouch7delta.x = ctrlTouchscreentouch7deltax;
|
||
|
ctrlTouchscreentouch7delta.y = ctrlTouchscreentouch7deltay;
|
||
|
ctrlTouchscreentouch7radius.x = ctrlTouchscreentouch7radiusx;
|
||
|
ctrlTouchscreentouch7radius.y = ctrlTouchscreentouch7radiusy;
|
||
|
ctrlTouchscreentouch7startPosition.x = ctrlTouchscreentouch7startPositionx;
|
||
|
ctrlTouchscreentouch7startPosition.y = ctrlTouchscreentouch7startPositiony;
|
||
|
ctrlTouchscreentouch8position.x = ctrlTouchscreentouch8positionx;
|
||
|
ctrlTouchscreentouch8position.y = ctrlTouchscreentouch8positiony;
|
||
|
ctrlTouchscreentouch8delta.up = ctrlTouchscreentouch8deltaup;
|
||
|
ctrlTouchscreentouch8delta.down = ctrlTouchscreentouch8deltadown;
|
||
|
ctrlTouchscreentouch8delta.left = ctrlTouchscreentouch8deltaleft;
|
||
|
ctrlTouchscreentouch8delta.right = ctrlTouchscreentouch8deltaright;
|
||
|
ctrlTouchscreentouch8delta.x = ctrlTouchscreentouch8deltax;
|
||
|
ctrlTouchscreentouch8delta.y = ctrlTouchscreentouch8deltay;
|
||
|
ctrlTouchscreentouch8radius.x = ctrlTouchscreentouch8radiusx;
|
||
|
ctrlTouchscreentouch8radius.y = ctrlTouchscreentouch8radiusy;
|
||
|
ctrlTouchscreentouch8startPosition.x = ctrlTouchscreentouch8startPositionx;
|
||
|
ctrlTouchscreentouch8startPosition.y = ctrlTouchscreentouch8startPositiony;
|
||
|
ctrlTouchscreentouch9position.x = ctrlTouchscreentouch9positionx;
|
||
|
ctrlTouchscreentouch9position.y = ctrlTouchscreentouch9positiony;
|
||
|
ctrlTouchscreentouch9delta.up = ctrlTouchscreentouch9deltaup;
|
||
|
ctrlTouchscreentouch9delta.down = ctrlTouchscreentouch9deltadown;
|
||
|
ctrlTouchscreentouch9delta.left = ctrlTouchscreentouch9deltaleft;
|
||
|
ctrlTouchscreentouch9delta.right = ctrlTouchscreentouch9deltaright;
|
||
|
ctrlTouchscreentouch9delta.x = ctrlTouchscreentouch9deltax;
|
||
|
ctrlTouchscreentouch9delta.y = ctrlTouchscreentouch9deltay;
|
||
|
ctrlTouchscreentouch9radius.x = ctrlTouchscreentouch9radiusx;
|
||
|
ctrlTouchscreentouch9radius.y = ctrlTouchscreentouch9radiusy;
|
||
|
ctrlTouchscreentouch9startPosition.x = ctrlTouchscreentouch9startPositionx;
|
||
|
ctrlTouchscreentouch9startPosition.y = ctrlTouchscreentouch9startPositiony;
|
||
|
|
||
|
// State offset to control index map.
|
||
|
builder.WithStateOffsetToControlIndexMap(new uint[]
|
||
|
{
|
||
|
32784u, 16810012u, 16810024u, 33587229u, 33587241u, 50364448u, 50364449u, 50364450u, 50364460u, 50364461u
|
||
|
, 50364462u, 67141662u, 67141663u, 67141667u, 67141674u, 67141675u, 67141679u, 83918851u, 83918867u, 100696100u
|
||
|
, 100696112u, 117473317u, 117473329u, 134225925u, 134225941u, 134225942u, 138420247u, 146801688u, 148898841u, 167837722u
|
||
|
, 201359398u, 218136615u, 234913842u, 251691070u, 268468287u, 285245506u, 285245507u, 285245508u, 302022720u, 302022721u
|
||
|
, 302022725u, 318799925u, 335577158u, 352354375u, 369106999u, 369107000u, 373301305u, 381682746u, 383779899u, 402718780u
|
||
|
, 436240456u, 453017673u, 469794890u, 486572118u, 503349335u, 520126554u, 520126555u, 520126556u, 536903768u, 536903769u
|
||
|
, 536903773u, 553680973u, 570458206u, 587235423u, 603988047u, 603988048u, 608182353u, 616563794u, 618660947u, 637599828u
|
||
|
, 671121504u, 687898721u, 704675938u, 721453166u, 738230383u, 755007602u, 755007603u, 755007604u, 771784816u, 771784817u
|
||
|
, 771784821u, 788562021u, 805339254u, 822116471u, 838869095u, 838869096u, 843063401u, 851444842u, 853541995u, 872480876u
|
||
|
, 906002552u, 922779769u, 939556986u, 956334214u, 973111431u, 989888650u, 989888651u, 989888652u, 1006665864u, 1006665865u
|
||
|
, 1006665869u, 1023443069u, 1040220302u, 1056997519u, 1073750143u, 1073750144u, 1077944449u, 1086325890u, 1088423043u, 1107361924u
|
||
|
, 1140883600u, 1157660817u, 1174438034u, 1191215262u, 1207992479u, 1224769698u, 1224769699u, 1224769700u, 1241546912u, 1241546913u
|
||
|
, 1241546917u, 1258324117u, 1275101350u, 1291878567u, 1308631191u, 1308631192u, 1312825497u, 1321206938u, 1323304091u, 1342242972u
|
||
|
, 1375764648u, 1392541865u, 1409319082u, 1426096310u, 1442873527u, 1459650746u, 1459650747u, 1459650748u, 1476427960u, 1476427961u
|
||
|
, 1476427965u, 1493205165u, 1509982398u, 1526759615u, 1543512239u, 1543512240u, 1547706545u, 1556087986u, 1558185139u, 1577124020u
|
||
|
, 1610645696u, 1627422913u, 1644200130u, 1660977358u, 1677754575u, 1694531794u, 1694531795u, 1694531796u, 1711309008u, 1711309009u
|
||
|
, 1711309013u, 1728086213u, 1744863446u, 1761640663u, 1778393287u, 1778393288u, 1782587593u, 1790969034u, 1793066187u, 1812005068u
|
||
|
, 1845526744u, 1862303961u, 1879081178u, 1895858406u, 1912635623u, 1929412842u, 1929412843u, 1929412844u, 1946190056u, 1946190057u
|
||
|
, 1946190061u, 1962967261u, 1979744494u, 1996521711u, 2013274335u, 2013274336u, 2017468641u, 2025850082u, 2027947235u, 2046886116u
|
||
|
, 2080407792u, 2097185009u, 2113962226u, 2130739454u, 2147516671u, 2164293890u, 2164293891u, 2164293892u, 2181071104u, 2181071105u
|
||
|
, 2181071109u, 2197848309u, 2214625542u, 2231402759u, 2248155383u, 2248155384u, 2252349689u, 2260731130u, 2262828283u, 2281767164u
|
||
|
, 2315288840u, 2332066057u, 2348843274u, 2365620502u, 2382397719u, 2399174938u, 2399174939u, 2399174940u, 2415952152u, 2415952153u
|
||
|
, 2415952157u, 2432729357u, 2449506590u, 2466283807u, 2483036431u, 2483036432u, 2487230737u, 2495612178u, 2497709331u, 2516648212u
|
||
|
, 2550169888u, 2566947105u
|
||
|
});
|
||
|
|
||
|
builder.Finish();
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchControl Initialize_ctrlTouchscreenprimaryTouch(InternedString kTouchLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouch = new UnityEngine.InputSystem.Controls.TouchControl();
|
||
|
ctrlTouchscreenprimaryTouch.Setup()
|
||
|
.At(this, 0)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(16, 12)
|
||
|
.WithName("primaryTouch")
|
||
|
.WithDisplayName("Primary Touch")
|
||
|
.WithLayout(kTouchLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1414485315),
|
||
|
byteOffset = 0,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 448
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouch;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreenposition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenposition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreenposition.Setup()
|
||
|
.At(this, 1)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(40, 2)
|
||
|
.WithName("position")
|
||
|
.WithDisplayName("Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithUsages(1, 1)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 4,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
#if UNITY_EDITOR
|
||
|
.WithProcessor<InputProcessor<UnityEngine.Vector2>, UnityEngine.Vector2>(new UnityEngine.InputSystem.Processors.EditorWindowSpaceProcessor())
|
||
|
#endif
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenposition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DeltaControl Initialize_ctrlTouchscreendelta(InternedString kDeltaLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreendelta = new UnityEngine.InputSystem.Controls.DeltaControl();
|
||
|
ctrlTouchscreendelta.Setup()
|
||
|
.At(this, 2)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(42, 6)
|
||
|
.WithName("delta")
|
||
|
.WithDisplayName("Delta")
|
||
|
.WithLayout(kDeltaLayout)
|
||
|
.WithUsages(2, 1)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 12,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreendelta;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenpressure(InternedString kAnalogLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenpressure = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenpressure.Setup()
|
||
|
.At(this, 3)
|
||
|
.WithParent(parent)
|
||
|
.WithName("pressure")
|
||
|
.WithDisplayName("Pressure")
|
||
|
.WithLayout(kAnalogLayout)
|
||
|
.WithUsages(3, 1)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 20,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.WithDefaultState(1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenpressure;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreenradius(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenradius = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreenradius.Setup()
|
||
|
.At(this, 4)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(48, 2)
|
||
|
.WithName("radius")
|
||
|
.WithDisplayName("Radius")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithUsages(4, 1)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 24,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenradius;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPressControl Initialize_ctrlTouchscreenpress(InternedString kTouchPressLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenpress = new UnityEngine.InputSystem.Controls.TouchPressControl();
|
||
|
ctrlTouchscreenpress.Setup()
|
||
|
.At(this, 5)
|
||
|
.WithParent(parent)
|
||
|
.WithName("press")
|
||
|
.WithDisplayName("Press")
|
||
|
.WithLayout(kTouchPressLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 32,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenpress;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchControl Initialize_ctrlTouchscreentouch0(InternedString kTouchLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0 = new UnityEngine.InputSystem.Controls.TouchControl();
|
||
|
ctrlTouchscreentouch0.Setup()
|
||
|
.At(this, 6)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(50, 12)
|
||
|
.WithName("touch0")
|
||
|
.WithDisplayName("Touch")
|
||
|
.WithLayout(kTouchLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1414485315),
|
||
|
byteOffset = 56,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 448
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchControl Initialize_ctrlTouchscreentouch1(InternedString kTouchLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1 = new UnityEngine.InputSystem.Controls.TouchControl();
|
||
|
ctrlTouchscreentouch1.Setup()
|
||
|
.At(this, 7)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(74, 12)
|
||
|
.WithName("touch1")
|
||
|
.WithDisplayName("Touch")
|
||
|
.WithLayout(kTouchLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1414485315),
|
||
|
byteOffset = 112,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 448
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchControl Initialize_ctrlTouchscreentouch2(InternedString kTouchLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2 = new UnityEngine.InputSystem.Controls.TouchControl();
|
||
|
ctrlTouchscreentouch2.Setup()
|
||
|
.At(this, 8)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(98, 12)
|
||
|
.WithName("touch2")
|
||
|
.WithDisplayName("Touch")
|
||
|
.WithLayout(kTouchLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1414485315),
|
||
|
byteOffset = 168,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 448
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchControl Initialize_ctrlTouchscreentouch3(InternedString kTouchLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3 = new UnityEngine.InputSystem.Controls.TouchControl();
|
||
|
ctrlTouchscreentouch3.Setup()
|
||
|
.At(this, 9)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(122, 12)
|
||
|
.WithName("touch3")
|
||
|
.WithDisplayName("Touch")
|
||
|
.WithLayout(kTouchLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1414485315),
|
||
|
byteOffset = 224,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 448
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchControl Initialize_ctrlTouchscreentouch4(InternedString kTouchLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4 = new UnityEngine.InputSystem.Controls.TouchControl();
|
||
|
ctrlTouchscreentouch4.Setup()
|
||
|
.At(this, 10)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(146, 12)
|
||
|
.WithName("touch4")
|
||
|
.WithDisplayName("Touch")
|
||
|
.WithLayout(kTouchLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1414485315),
|
||
|
byteOffset = 280,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 448
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchControl Initialize_ctrlTouchscreentouch5(InternedString kTouchLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5 = new UnityEngine.InputSystem.Controls.TouchControl();
|
||
|
ctrlTouchscreentouch5.Setup()
|
||
|
.At(this, 11)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(170, 12)
|
||
|
.WithName("touch5")
|
||
|
.WithDisplayName("Touch")
|
||
|
.WithLayout(kTouchLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1414485315),
|
||
|
byteOffset = 336,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 448
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchControl Initialize_ctrlTouchscreentouch6(InternedString kTouchLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6 = new UnityEngine.InputSystem.Controls.TouchControl();
|
||
|
ctrlTouchscreentouch6.Setup()
|
||
|
.At(this, 12)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(194, 12)
|
||
|
.WithName("touch6")
|
||
|
.WithDisplayName("Touch")
|
||
|
.WithLayout(kTouchLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1414485315),
|
||
|
byteOffset = 392,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 448
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchControl Initialize_ctrlTouchscreentouch7(InternedString kTouchLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7 = new UnityEngine.InputSystem.Controls.TouchControl();
|
||
|
ctrlTouchscreentouch7.Setup()
|
||
|
.At(this, 13)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(218, 12)
|
||
|
.WithName("touch7")
|
||
|
.WithDisplayName("Touch")
|
||
|
.WithLayout(kTouchLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1414485315),
|
||
|
byteOffset = 448,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 448
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchControl Initialize_ctrlTouchscreentouch8(InternedString kTouchLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8 = new UnityEngine.InputSystem.Controls.TouchControl();
|
||
|
ctrlTouchscreentouch8.Setup()
|
||
|
.At(this, 14)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(242, 12)
|
||
|
.WithName("touch8")
|
||
|
.WithDisplayName("Touch")
|
||
|
.WithLayout(kTouchLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1414485315),
|
||
|
byteOffset = 504,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 448
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchControl Initialize_ctrlTouchscreentouch9(InternedString kTouchLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9 = new UnityEngine.InputSystem.Controls.TouchControl();
|
||
|
ctrlTouchscreentouch9.Setup()
|
||
|
.At(this, 15)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(266, 12)
|
||
|
.WithName("touch9")
|
||
|
.WithDisplayName("Touch")
|
||
|
.WithLayout(kTouchLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1414485315),
|
||
|
byteOffset = 560,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 448
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreenprimaryTouchtouchId(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchtouchId = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreenprimaryTouchtouchId.Setup()
|
||
|
.At(this, 16)
|
||
|
.WithParent(parent)
|
||
|
.WithName("touchId")
|
||
|
.WithDisplayName("Primary Touch Touch ID")
|
||
|
.WithShortDisplayName("Primary Touch Touch ID")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1229870112),
|
||
|
byteOffset = 0,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchtouchId;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreenprimaryTouchposition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchposition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreenprimaryTouchposition.Setup()
|
||
|
.At(this, 17)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(28, 2)
|
||
|
.WithName("position")
|
||
|
.WithDisplayName("Primary Touch Position")
|
||
|
.WithShortDisplayName("Primary Touch Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 4,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchposition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DeltaControl Initialize_ctrlTouchscreenprimaryTouchdelta(InternedString kDeltaLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchdelta = new UnityEngine.InputSystem.Controls.DeltaControl();
|
||
|
ctrlTouchscreenprimaryTouchdelta.Setup()
|
||
|
.At(this, 18)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(30, 6)
|
||
|
.WithName("delta")
|
||
|
.WithDisplayName("Primary Touch Delta")
|
||
|
.WithShortDisplayName("Primary Touch Delta")
|
||
|
.WithLayout(kDeltaLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 12,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchdelta;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchpressure(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchpressure = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenprimaryTouchpressure.Setup()
|
||
|
.At(this, 19)
|
||
|
.WithParent(parent)
|
||
|
.WithName("pressure")
|
||
|
.WithDisplayName("Primary Touch Pressure")
|
||
|
.WithShortDisplayName("Primary Touch Pressure")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 20,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchpressure;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreenprimaryTouchradius(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchradius = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreenprimaryTouchradius.Setup()
|
||
|
.At(this, 20)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(36, 2)
|
||
|
.WithName("radius")
|
||
|
.WithDisplayName("Primary Touch Radius")
|
||
|
.WithShortDisplayName("Primary Touch Radius")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 24,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchradius;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPhaseControl Initialize_ctrlTouchscreenprimaryTouchphase(InternedString kTouchPhaseLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchphase = new UnityEngine.InputSystem.Controls.TouchPhaseControl();
|
||
|
ctrlTouchscreenprimaryTouchphase.Setup()
|
||
|
.At(this, 21)
|
||
|
.WithParent(parent)
|
||
|
.WithName("phase")
|
||
|
.WithDisplayName("Primary Touch Touch Phase")
|
||
|
.WithShortDisplayName("Primary Touch Touch Phase")
|
||
|
.WithLayout(kTouchPhaseLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 32,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchphase;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPressControl Initialize_ctrlTouchscreenprimaryTouchpress(InternedString kTouchPressLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchpress = new UnityEngine.InputSystem.Controls.TouchPressControl();
|
||
|
ctrlTouchscreenprimaryTouchpress.Setup()
|
||
|
.At(this, 22)
|
||
|
.WithParent(parent)
|
||
|
.WithName("press")
|
||
|
.WithDisplayName("Primary Touch Touch Contact?")
|
||
|
.WithShortDisplayName("Primary Touch Touch Contact?")
|
||
|
.WithLayout(kTouchPressLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 32,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchpress;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreenprimaryTouchtapCount(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchtapCount = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreenprimaryTouchtapCount.Setup()
|
||
|
.At(this, 23)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tapCount")
|
||
|
.WithDisplayName("Primary Touch Tap Count")
|
||
|
.WithShortDisplayName("Primary Touch Tap Count")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 33,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchtapCount;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreenprimaryTouchindirectTouch(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchindirectTouch = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreenprimaryTouchindirectTouch.Setup()
|
||
|
.At(this, 24)
|
||
|
.WithParent(parent)
|
||
|
.WithName("indirectTouch")
|
||
|
.WithDisplayName("Primary Touch Indirect Touch?")
|
||
|
.WithShortDisplayName("Primary Touch Indirect Touch?")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 35,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchindirectTouch;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreenprimaryTouchtap(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchtap = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreenprimaryTouchtap.Setup()
|
||
|
.At(this, 25)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tap")
|
||
|
.WithDisplayName("Primary Touch Tap")
|
||
|
.WithShortDisplayName("Primary Touch Tap")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.WithUsages(0, 1)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 35,
|
||
|
bitOffset = 4,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchtap;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DoubleControl Initialize_ctrlTouchscreenprimaryTouchstartTime(InternedString kDoubleLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchstartTime = new UnityEngine.InputSystem.Controls.DoubleControl();
|
||
|
ctrlTouchscreenprimaryTouchstartTime.Setup()
|
||
|
.At(this, 26)
|
||
|
.WithParent(parent)
|
||
|
.WithName("startTime")
|
||
|
.WithDisplayName("Primary Touch Start Time")
|
||
|
.WithShortDisplayName("Primary Touch Start Time")
|
||
|
.WithLayout(kDoubleLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1145195552),
|
||
|
byteOffset = 40,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchstartTime;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreenprimaryTouchstartPosition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchstartPosition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreenprimaryTouchstartPosition.Setup()
|
||
|
.At(this, 27)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(38, 2)
|
||
|
.WithName("startPosition")
|
||
|
.WithDisplayName("Primary Touch Start Position")
|
||
|
.WithShortDisplayName("Primary Touch Start Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 48,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchstartPosition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchpositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchpositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenprimaryTouchpositionx.Setup()
|
||
|
.At(this, 28)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Primary Touch Primary Touch Position X")
|
||
|
.WithShortDisplayName("Primary Touch Primary Touch Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 4,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchpositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchpositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchpositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenprimaryTouchpositiony.Setup()
|
||
|
.At(this, 29)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Primary Touch Primary Touch Position Y")
|
||
|
.WithShortDisplayName("Primary Touch Primary Touch Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 8,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchpositiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchdeltaup(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchdeltaup = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreenprimaryTouchdeltaup.Setup()
|
||
|
.At(this, 30)
|
||
|
.WithParent(parent)
|
||
|
.WithName("up")
|
||
|
.WithDisplayName("Primary Touch Primary Touch Delta Up")
|
||
|
.WithShortDisplayName("Primary Touch Primary Touch Delta Up")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 16,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchdeltaup;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchdeltadown(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchdeltadown = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreenprimaryTouchdeltadown.Setup()
|
||
|
.At(this, 31)
|
||
|
.WithParent(parent)
|
||
|
.WithName("down")
|
||
|
.WithDisplayName("Primary Touch Primary Touch Delta Down")
|
||
|
.WithShortDisplayName("Primary Touch Primary Touch Delta Down")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 16,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchdeltadown;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchdeltaleft(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchdeltaleft = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreenprimaryTouchdeltaleft.Setup()
|
||
|
.At(this, 32)
|
||
|
.WithParent(parent)
|
||
|
.WithName("left")
|
||
|
.WithDisplayName("Primary Touch Primary Touch Delta Left")
|
||
|
.WithShortDisplayName("Primary Touch Primary Touch Delta Left")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 12,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchdeltaleft;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchdeltaright(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchdeltaright = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreenprimaryTouchdeltaright.Setup()
|
||
|
.At(this, 33)
|
||
|
.WithParent(parent)
|
||
|
.WithName("right")
|
||
|
.WithDisplayName("Primary Touch Primary Touch Delta Right")
|
||
|
.WithShortDisplayName("Primary Touch Primary Touch Delta Right")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 12,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchdeltaright;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchdeltax(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchdeltax = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenprimaryTouchdeltax.Setup()
|
||
|
.At(this, 34)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Primary Touch Primary Touch Delta X")
|
||
|
.WithShortDisplayName("Primary Touch Primary Touch Delta X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 12,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchdeltax;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchdeltay(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchdeltay = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenprimaryTouchdeltay.Setup()
|
||
|
.At(this, 35)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Primary Touch Primary Touch Delta Y")
|
||
|
.WithShortDisplayName("Primary Touch Primary Touch Delta Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 16,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchdeltay;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchradiusx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchradiusx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenprimaryTouchradiusx.Setup()
|
||
|
.At(this, 36)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Primary Touch Primary Touch Radius X")
|
||
|
.WithShortDisplayName("Primary Touch Primary Touch Radius X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 24,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchradiusx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchradiusy(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchradiusy = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenprimaryTouchradiusy.Setup()
|
||
|
.At(this, 37)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Primary Touch Primary Touch Radius Y")
|
||
|
.WithShortDisplayName("Primary Touch Primary Touch Radius Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 28,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchradiusy;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchstartPositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchstartPositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenprimaryTouchstartPositionx.Setup()
|
||
|
.At(this, 38)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Primary Touch Primary Touch Start Position X")
|
||
|
.WithShortDisplayName("Primary Touch Primary Touch Start Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 48,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchstartPositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenprimaryTouchstartPositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenprimaryTouchstartPositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenprimaryTouchstartPositiony.Setup()
|
||
|
.At(this, 39)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Primary Touch Primary Touch Start Position Y")
|
||
|
.WithShortDisplayName("Primary Touch Primary Touch Start Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 52,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenprimaryTouchstartPositiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenpositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenpositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenpositionx.Setup()
|
||
|
.At(this, 40)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Position X")
|
||
|
.WithShortDisplayName("Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 4,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenpositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenpositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenpositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenpositiony.Setup()
|
||
|
.At(this, 41)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Position Y")
|
||
|
.WithShortDisplayName("Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 8,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenpositiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreendeltaup(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreendeltaup = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreendeltaup.Setup()
|
||
|
.At(this, 42)
|
||
|
.WithParent(parent)
|
||
|
.WithName("up")
|
||
|
.WithDisplayName("Delta Up")
|
||
|
.WithShortDisplayName("Delta Up")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 16,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreendeltaup;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreendeltadown(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreendeltadown = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreendeltadown.Setup()
|
||
|
.At(this, 43)
|
||
|
.WithParent(parent)
|
||
|
.WithName("down")
|
||
|
.WithDisplayName("Delta Down")
|
||
|
.WithShortDisplayName("Delta Down")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 16,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreendeltadown;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreendeltaleft(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreendeltaleft = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreendeltaleft.Setup()
|
||
|
.At(this, 44)
|
||
|
.WithParent(parent)
|
||
|
.WithName("left")
|
||
|
.WithDisplayName("Delta Left")
|
||
|
.WithShortDisplayName("Delta Left")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 12,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreendeltaleft;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreendeltaright(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreendeltaright = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreendeltaright.Setup()
|
||
|
.At(this, 45)
|
||
|
.WithParent(parent)
|
||
|
.WithName("right")
|
||
|
.WithDisplayName("Delta Right")
|
||
|
.WithShortDisplayName("Delta Right")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 12,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreendeltaright;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreendeltax(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreendeltax = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreendeltax.Setup()
|
||
|
.At(this, 46)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Delta X")
|
||
|
.WithShortDisplayName("Delta X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 12,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreendeltax;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreendeltay(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreendeltay = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreendeltay.Setup()
|
||
|
.At(this, 47)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Delta Y")
|
||
|
.WithShortDisplayName("Delta Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 16,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreendeltay;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenradiusx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenradiusx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenradiusx.Setup()
|
||
|
.At(this, 48)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Radius X")
|
||
|
.WithShortDisplayName("Radius X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 24,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenradiusx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreenradiusy(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreenradiusy = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreenradiusy.Setup()
|
||
|
.At(this, 49)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Radius Y")
|
||
|
.WithShortDisplayName("Radius Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 28,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreenradiusy;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch0touchId(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0touchId = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch0touchId.Setup()
|
||
|
.At(this, 50)
|
||
|
.WithParent(parent)
|
||
|
.WithName("touchId")
|
||
|
.WithDisplayName("Touch Touch ID")
|
||
|
.WithShortDisplayName("Touch Touch ID")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1229870112),
|
||
|
byteOffset = 56,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0touchId;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch0position(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0position = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch0position.Setup()
|
||
|
.At(this, 51)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(62, 2)
|
||
|
.WithName("position")
|
||
|
.WithDisplayName("Touch Position")
|
||
|
.WithShortDisplayName("Touch Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 60,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0position;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DeltaControl Initialize_ctrlTouchscreentouch0delta(InternedString kDeltaLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0delta = new UnityEngine.InputSystem.Controls.DeltaControl();
|
||
|
ctrlTouchscreentouch0delta.Setup()
|
||
|
.At(this, 52)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(64, 6)
|
||
|
.WithName("delta")
|
||
|
.WithDisplayName("Touch Delta")
|
||
|
.WithShortDisplayName("Touch Delta")
|
||
|
.WithLayout(kDeltaLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 68,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0delta;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0pressure(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0pressure = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch0pressure.Setup()
|
||
|
.At(this, 53)
|
||
|
.WithParent(parent)
|
||
|
.WithName("pressure")
|
||
|
.WithDisplayName("Touch Pressure")
|
||
|
.WithShortDisplayName("Touch Pressure")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 76,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0pressure;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch0radius(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0radius = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch0radius.Setup()
|
||
|
.At(this, 54)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(70, 2)
|
||
|
.WithName("radius")
|
||
|
.WithDisplayName("Touch Radius")
|
||
|
.WithShortDisplayName("Touch Radius")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 80,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0radius;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPhaseControl Initialize_ctrlTouchscreentouch0phase(InternedString kTouchPhaseLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0phase = new UnityEngine.InputSystem.Controls.TouchPhaseControl();
|
||
|
ctrlTouchscreentouch0phase.Setup()
|
||
|
.At(this, 55)
|
||
|
.WithParent(parent)
|
||
|
.WithName("phase")
|
||
|
.WithDisplayName("Touch Touch Phase")
|
||
|
.WithShortDisplayName("Touch Touch Phase")
|
||
|
.WithLayout(kTouchPhaseLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 88,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0phase;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPressControl Initialize_ctrlTouchscreentouch0press(InternedString kTouchPressLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0press = new UnityEngine.InputSystem.Controls.TouchPressControl();
|
||
|
ctrlTouchscreentouch0press.Setup()
|
||
|
.At(this, 56)
|
||
|
.WithParent(parent)
|
||
|
.WithName("press")
|
||
|
.WithDisplayName("Touch Touch Contact?")
|
||
|
.WithShortDisplayName("Touch Touch Contact?")
|
||
|
.WithLayout(kTouchPressLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 88,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0press;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch0tapCount(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0tapCount = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch0tapCount.Setup()
|
||
|
.At(this, 57)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tapCount")
|
||
|
.WithDisplayName("Touch Tap Count")
|
||
|
.WithShortDisplayName("Touch Tap Count")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 89,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0tapCount;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch0indirectTouch(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0indirectTouch = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch0indirectTouch.Setup()
|
||
|
.At(this, 58)
|
||
|
.WithParent(parent)
|
||
|
.WithName("indirectTouch")
|
||
|
.WithDisplayName("Touch Indirect Touch?")
|
||
|
.WithShortDisplayName("Touch Indirect Touch?")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 91,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0indirectTouch;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch0tap(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0tap = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch0tap.Setup()
|
||
|
.At(this, 59)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tap")
|
||
|
.WithDisplayName("Touch Tap")
|
||
|
.WithShortDisplayName("Touch Tap")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 91,
|
||
|
bitOffset = 4,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0tap;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DoubleControl Initialize_ctrlTouchscreentouch0startTime(InternedString kDoubleLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0startTime = new UnityEngine.InputSystem.Controls.DoubleControl();
|
||
|
ctrlTouchscreentouch0startTime.Setup()
|
||
|
.At(this, 60)
|
||
|
.WithParent(parent)
|
||
|
.WithName("startTime")
|
||
|
.WithDisplayName("Touch Start Time")
|
||
|
.WithShortDisplayName("Touch Start Time")
|
||
|
.WithLayout(kDoubleLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1145195552),
|
||
|
byteOffset = 96,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0startTime;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch0startPosition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0startPosition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch0startPosition.Setup()
|
||
|
.At(this, 61)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(72, 2)
|
||
|
.WithName("startPosition")
|
||
|
.WithDisplayName("Touch Start Position")
|
||
|
.WithShortDisplayName("Touch Start Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 104,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0startPosition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0positionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0positionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch0positionx.Setup()
|
||
|
.At(this, 62)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Position X")
|
||
|
.WithShortDisplayName("Touch Touch Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 60,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0positionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0positiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0positiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch0positiony.Setup()
|
||
|
.At(this, 63)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 64,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0positiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0deltaup(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0deltaup = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch0deltaup.Setup()
|
||
|
.At(this, 64)
|
||
|
.WithParent(parent)
|
||
|
.WithName("up")
|
||
|
.WithDisplayName("Touch Touch Delta Up")
|
||
|
.WithShortDisplayName("Touch Touch Delta Up")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 72,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0deltaup;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0deltadown(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0deltadown = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch0deltadown.Setup()
|
||
|
.At(this, 65)
|
||
|
.WithParent(parent)
|
||
|
.WithName("down")
|
||
|
.WithDisplayName("Touch Touch Delta Down")
|
||
|
.WithShortDisplayName("Touch Touch Delta Down")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 72,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0deltadown;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0deltaleft(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0deltaleft = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch0deltaleft.Setup()
|
||
|
.At(this, 66)
|
||
|
.WithParent(parent)
|
||
|
.WithName("left")
|
||
|
.WithDisplayName("Touch Touch Delta Left")
|
||
|
.WithShortDisplayName("Touch Touch Delta Left")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 68,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0deltaleft;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0deltaright(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0deltaright = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch0deltaright.Setup()
|
||
|
.At(this, 67)
|
||
|
.WithParent(parent)
|
||
|
.WithName("right")
|
||
|
.WithDisplayName("Touch Touch Delta Right")
|
||
|
.WithShortDisplayName("Touch Touch Delta Right")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 68,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0deltaright;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0deltax(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0deltax = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch0deltax.Setup()
|
||
|
.At(this, 68)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Delta X")
|
||
|
.WithShortDisplayName("Touch Touch Delta X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 68,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0deltax;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0deltay(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0deltay = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch0deltay.Setup()
|
||
|
.At(this, 69)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Delta Y")
|
||
|
.WithShortDisplayName("Touch Touch Delta Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 72,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0deltay;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0radiusx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0radiusx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch0radiusx.Setup()
|
||
|
.At(this, 70)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Radius X")
|
||
|
.WithShortDisplayName("Touch Touch Radius X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 80,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0radiusx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0radiusy(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0radiusy = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch0radiusy.Setup()
|
||
|
.At(this, 71)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Radius Y")
|
||
|
.WithShortDisplayName("Touch Touch Radius Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 84,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0radiusy;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0startPositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0startPositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch0startPositionx.Setup()
|
||
|
.At(this, 72)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Start Position X")
|
||
|
.WithShortDisplayName("Touch Touch Start Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 104,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0startPositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch0startPositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch0startPositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch0startPositiony.Setup()
|
||
|
.At(this, 73)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Start Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Start Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 108,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch0startPositiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch1touchId(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1touchId = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch1touchId.Setup()
|
||
|
.At(this, 74)
|
||
|
.WithParent(parent)
|
||
|
.WithName("touchId")
|
||
|
.WithDisplayName("Touch Touch ID")
|
||
|
.WithShortDisplayName("Touch Touch ID")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1229870112),
|
||
|
byteOffset = 112,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1touchId;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch1position(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1position = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch1position.Setup()
|
||
|
.At(this, 75)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(86, 2)
|
||
|
.WithName("position")
|
||
|
.WithDisplayName("Touch Position")
|
||
|
.WithShortDisplayName("Touch Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 116,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1position;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DeltaControl Initialize_ctrlTouchscreentouch1delta(InternedString kDeltaLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1delta = new UnityEngine.InputSystem.Controls.DeltaControl();
|
||
|
ctrlTouchscreentouch1delta.Setup()
|
||
|
.At(this, 76)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(88, 6)
|
||
|
.WithName("delta")
|
||
|
.WithDisplayName("Touch Delta")
|
||
|
.WithShortDisplayName("Touch Delta")
|
||
|
.WithLayout(kDeltaLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 124,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1delta;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1pressure(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1pressure = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch1pressure.Setup()
|
||
|
.At(this, 77)
|
||
|
.WithParent(parent)
|
||
|
.WithName("pressure")
|
||
|
.WithDisplayName("Touch Pressure")
|
||
|
.WithShortDisplayName("Touch Pressure")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 132,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1pressure;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch1radius(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1radius = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch1radius.Setup()
|
||
|
.At(this, 78)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(94, 2)
|
||
|
.WithName("radius")
|
||
|
.WithDisplayName("Touch Radius")
|
||
|
.WithShortDisplayName("Touch Radius")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 136,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1radius;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPhaseControl Initialize_ctrlTouchscreentouch1phase(InternedString kTouchPhaseLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1phase = new UnityEngine.InputSystem.Controls.TouchPhaseControl();
|
||
|
ctrlTouchscreentouch1phase.Setup()
|
||
|
.At(this, 79)
|
||
|
.WithParent(parent)
|
||
|
.WithName("phase")
|
||
|
.WithDisplayName("Touch Touch Phase")
|
||
|
.WithShortDisplayName("Touch Touch Phase")
|
||
|
.WithLayout(kTouchPhaseLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 144,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1phase;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPressControl Initialize_ctrlTouchscreentouch1press(InternedString kTouchPressLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1press = new UnityEngine.InputSystem.Controls.TouchPressControl();
|
||
|
ctrlTouchscreentouch1press.Setup()
|
||
|
.At(this, 80)
|
||
|
.WithParent(parent)
|
||
|
.WithName("press")
|
||
|
.WithDisplayName("Touch Touch Contact?")
|
||
|
.WithShortDisplayName("Touch Touch Contact?")
|
||
|
.WithLayout(kTouchPressLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 144,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1press;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch1tapCount(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1tapCount = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch1tapCount.Setup()
|
||
|
.At(this, 81)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tapCount")
|
||
|
.WithDisplayName("Touch Tap Count")
|
||
|
.WithShortDisplayName("Touch Tap Count")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 145,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1tapCount;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch1indirectTouch(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1indirectTouch = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch1indirectTouch.Setup()
|
||
|
.At(this, 82)
|
||
|
.WithParent(parent)
|
||
|
.WithName("indirectTouch")
|
||
|
.WithDisplayName("Touch Indirect Touch?")
|
||
|
.WithShortDisplayName("Touch Indirect Touch?")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 147,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1indirectTouch;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch1tap(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1tap = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch1tap.Setup()
|
||
|
.At(this, 83)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tap")
|
||
|
.WithDisplayName("Touch Tap")
|
||
|
.WithShortDisplayName("Touch Tap")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 147,
|
||
|
bitOffset = 4,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1tap;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DoubleControl Initialize_ctrlTouchscreentouch1startTime(InternedString kDoubleLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1startTime = new UnityEngine.InputSystem.Controls.DoubleControl();
|
||
|
ctrlTouchscreentouch1startTime.Setup()
|
||
|
.At(this, 84)
|
||
|
.WithParent(parent)
|
||
|
.WithName("startTime")
|
||
|
.WithDisplayName("Touch Start Time")
|
||
|
.WithShortDisplayName("Touch Start Time")
|
||
|
.WithLayout(kDoubleLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1145195552),
|
||
|
byteOffset = 152,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1startTime;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch1startPosition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1startPosition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch1startPosition.Setup()
|
||
|
.At(this, 85)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(96, 2)
|
||
|
.WithName("startPosition")
|
||
|
.WithDisplayName("Touch Start Position")
|
||
|
.WithShortDisplayName("Touch Start Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 160,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1startPosition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1positionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1positionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch1positionx.Setup()
|
||
|
.At(this, 86)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Position X")
|
||
|
.WithShortDisplayName("Touch Touch Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 116,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1positionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1positiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1positiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch1positiony.Setup()
|
||
|
.At(this, 87)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 120,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1positiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1deltaup(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1deltaup = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch1deltaup.Setup()
|
||
|
.At(this, 88)
|
||
|
.WithParent(parent)
|
||
|
.WithName("up")
|
||
|
.WithDisplayName("Touch Touch Delta Up")
|
||
|
.WithShortDisplayName("Touch Touch Delta Up")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 128,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1deltaup;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1deltadown(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1deltadown = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch1deltadown.Setup()
|
||
|
.At(this, 89)
|
||
|
.WithParent(parent)
|
||
|
.WithName("down")
|
||
|
.WithDisplayName("Touch Touch Delta Down")
|
||
|
.WithShortDisplayName("Touch Touch Delta Down")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 128,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1deltadown;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1deltaleft(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1deltaleft = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch1deltaleft.Setup()
|
||
|
.At(this, 90)
|
||
|
.WithParent(parent)
|
||
|
.WithName("left")
|
||
|
.WithDisplayName("Touch Touch Delta Left")
|
||
|
.WithShortDisplayName("Touch Touch Delta Left")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 124,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1deltaleft;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1deltaright(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1deltaright = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch1deltaright.Setup()
|
||
|
.At(this, 91)
|
||
|
.WithParent(parent)
|
||
|
.WithName("right")
|
||
|
.WithDisplayName("Touch Touch Delta Right")
|
||
|
.WithShortDisplayName("Touch Touch Delta Right")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 124,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1deltaright;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1deltax(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1deltax = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch1deltax.Setup()
|
||
|
.At(this, 92)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Delta X")
|
||
|
.WithShortDisplayName("Touch Touch Delta X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 124,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1deltax;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1deltay(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1deltay = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch1deltay.Setup()
|
||
|
.At(this, 93)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Delta Y")
|
||
|
.WithShortDisplayName("Touch Touch Delta Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 128,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1deltay;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1radiusx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1radiusx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch1radiusx.Setup()
|
||
|
.At(this, 94)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Radius X")
|
||
|
.WithShortDisplayName("Touch Touch Radius X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 136,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1radiusx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1radiusy(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1radiusy = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch1radiusy.Setup()
|
||
|
.At(this, 95)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Radius Y")
|
||
|
.WithShortDisplayName("Touch Touch Radius Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 140,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1radiusy;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1startPositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1startPositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch1startPositionx.Setup()
|
||
|
.At(this, 96)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Start Position X")
|
||
|
.WithShortDisplayName("Touch Touch Start Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 160,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1startPositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch1startPositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch1startPositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch1startPositiony.Setup()
|
||
|
.At(this, 97)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Start Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Start Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 164,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch1startPositiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch2touchId(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2touchId = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch2touchId.Setup()
|
||
|
.At(this, 98)
|
||
|
.WithParent(parent)
|
||
|
.WithName("touchId")
|
||
|
.WithDisplayName("Touch Touch ID")
|
||
|
.WithShortDisplayName("Touch Touch ID")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1229870112),
|
||
|
byteOffset = 168,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2touchId;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch2position(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2position = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch2position.Setup()
|
||
|
.At(this, 99)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(110, 2)
|
||
|
.WithName("position")
|
||
|
.WithDisplayName("Touch Position")
|
||
|
.WithShortDisplayName("Touch Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 172,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2position;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DeltaControl Initialize_ctrlTouchscreentouch2delta(InternedString kDeltaLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2delta = new UnityEngine.InputSystem.Controls.DeltaControl();
|
||
|
ctrlTouchscreentouch2delta.Setup()
|
||
|
.At(this, 100)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(112, 6)
|
||
|
.WithName("delta")
|
||
|
.WithDisplayName("Touch Delta")
|
||
|
.WithShortDisplayName("Touch Delta")
|
||
|
.WithLayout(kDeltaLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 180,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2delta;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2pressure(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2pressure = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch2pressure.Setup()
|
||
|
.At(this, 101)
|
||
|
.WithParent(parent)
|
||
|
.WithName("pressure")
|
||
|
.WithDisplayName("Touch Pressure")
|
||
|
.WithShortDisplayName("Touch Pressure")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 188,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2pressure;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch2radius(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2radius = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch2radius.Setup()
|
||
|
.At(this, 102)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(118, 2)
|
||
|
.WithName("radius")
|
||
|
.WithDisplayName("Touch Radius")
|
||
|
.WithShortDisplayName("Touch Radius")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 192,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2radius;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPhaseControl Initialize_ctrlTouchscreentouch2phase(InternedString kTouchPhaseLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2phase = new UnityEngine.InputSystem.Controls.TouchPhaseControl();
|
||
|
ctrlTouchscreentouch2phase.Setup()
|
||
|
.At(this, 103)
|
||
|
.WithParent(parent)
|
||
|
.WithName("phase")
|
||
|
.WithDisplayName("Touch Touch Phase")
|
||
|
.WithShortDisplayName("Touch Touch Phase")
|
||
|
.WithLayout(kTouchPhaseLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 200,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2phase;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPressControl Initialize_ctrlTouchscreentouch2press(InternedString kTouchPressLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2press = new UnityEngine.InputSystem.Controls.TouchPressControl();
|
||
|
ctrlTouchscreentouch2press.Setup()
|
||
|
.At(this, 104)
|
||
|
.WithParent(parent)
|
||
|
.WithName("press")
|
||
|
.WithDisplayName("Touch Touch Contact?")
|
||
|
.WithShortDisplayName("Touch Touch Contact?")
|
||
|
.WithLayout(kTouchPressLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 200,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2press;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch2tapCount(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2tapCount = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch2tapCount.Setup()
|
||
|
.At(this, 105)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tapCount")
|
||
|
.WithDisplayName("Touch Tap Count")
|
||
|
.WithShortDisplayName("Touch Tap Count")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 201,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2tapCount;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch2indirectTouch(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2indirectTouch = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch2indirectTouch.Setup()
|
||
|
.At(this, 106)
|
||
|
.WithParent(parent)
|
||
|
.WithName("indirectTouch")
|
||
|
.WithDisplayName("Touch Indirect Touch?")
|
||
|
.WithShortDisplayName("Touch Indirect Touch?")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 203,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2indirectTouch;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch2tap(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2tap = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch2tap.Setup()
|
||
|
.At(this, 107)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tap")
|
||
|
.WithDisplayName("Touch Tap")
|
||
|
.WithShortDisplayName("Touch Tap")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 203,
|
||
|
bitOffset = 4,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2tap;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DoubleControl Initialize_ctrlTouchscreentouch2startTime(InternedString kDoubleLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2startTime = new UnityEngine.InputSystem.Controls.DoubleControl();
|
||
|
ctrlTouchscreentouch2startTime.Setup()
|
||
|
.At(this, 108)
|
||
|
.WithParent(parent)
|
||
|
.WithName("startTime")
|
||
|
.WithDisplayName("Touch Start Time")
|
||
|
.WithShortDisplayName("Touch Start Time")
|
||
|
.WithLayout(kDoubleLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1145195552),
|
||
|
byteOffset = 208,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2startTime;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch2startPosition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2startPosition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch2startPosition.Setup()
|
||
|
.At(this, 109)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(120, 2)
|
||
|
.WithName("startPosition")
|
||
|
.WithDisplayName("Touch Start Position")
|
||
|
.WithShortDisplayName("Touch Start Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 216,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2startPosition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2positionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2positionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch2positionx.Setup()
|
||
|
.At(this, 110)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Position X")
|
||
|
.WithShortDisplayName("Touch Touch Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 172,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2positionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2positiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2positiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch2positiony.Setup()
|
||
|
.At(this, 111)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 176,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2positiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2deltaup(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2deltaup = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch2deltaup.Setup()
|
||
|
.At(this, 112)
|
||
|
.WithParent(parent)
|
||
|
.WithName("up")
|
||
|
.WithDisplayName("Touch Touch Delta Up")
|
||
|
.WithShortDisplayName("Touch Touch Delta Up")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 184,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2deltaup;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2deltadown(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2deltadown = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch2deltadown.Setup()
|
||
|
.At(this, 113)
|
||
|
.WithParent(parent)
|
||
|
.WithName("down")
|
||
|
.WithDisplayName("Touch Touch Delta Down")
|
||
|
.WithShortDisplayName("Touch Touch Delta Down")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 184,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2deltadown;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2deltaleft(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2deltaleft = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch2deltaleft.Setup()
|
||
|
.At(this, 114)
|
||
|
.WithParent(parent)
|
||
|
.WithName("left")
|
||
|
.WithDisplayName("Touch Touch Delta Left")
|
||
|
.WithShortDisplayName("Touch Touch Delta Left")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 180,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2deltaleft;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2deltaright(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2deltaright = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch2deltaright.Setup()
|
||
|
.At(this, 115)
|
||
|
.WithParent(parent)
|
||
|
.WithName("right")
|
||
|
.WithDisplayName("Touch Touch Delta Right")
|
||
|
.WithShortDisplayName("Touch Touch Delta Right")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 180,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2deltaright;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2deltax(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2deltax = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch2deltax.Setup()
|
||
|
.At(this, 116)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Delta X")
|
||
|
.WithShortDisplayName("Touch Touch Delta X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 180,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2deltax;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2deltay(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2deltay = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch2deltay.Setup()
|
||
|
.At(this, 117)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Delta Y")
|
||
|
.WithShortDisplayName("Touch Touch Delta Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 184,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2deltay;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2radiusx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2radiusx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch2radiusx.Setup()
|
||
|
.At(this, 118)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Radius X")
|
||
|
.WithShortDisplayName("Touch Touch Radius X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 192,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2radiusx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2radiusy(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2radiusy = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch2radiusy.Setup()
|
||
|
.At(this, 119)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Radius Y")
|
||
|
.WithShortDisplayName("Touch Touch Radius Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 196,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2radiusy;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2startPositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2startPositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch2startPositionx.Setup()
|
||
|
.At(this, 120)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Start Position X")
|
||
|
.WithShortDisplayName("Touch Touch Start Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 216,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2startPositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch2startPositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch2startPositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch2startPositiony.Setup()
|
||
|
.At(this, 121)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Start Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Start Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 220,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch2startPositiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch3touchId(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3touchId = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch3touchId.Setup()
|
||
|
.At(this, 122)
|
||
|
.WithParent(parent)
|
||
|
.WithName("touchId")
|
||
|
.WithDisplayName("Touch Touch ID")
|
||
|
.WithShortDisplayName("Touch Touch ID")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1229870112),
|
||
|
byteOffset = 224,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3touchId;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch3position(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3position = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch3position.Setup()
|
||
|
.At(this, 123)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(134, 2)
|
||
|
.WithName("position")
|
||
|
.WithDisplayName("Touch Position")
|
||
|
.WithShortDisplayName("Touch Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 228,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3position;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DeltaControl Initialize_ctrlTouchscreentouch3delta(InternedString kDeltaLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3delta = new UnityEngine.InputSystem.Controls.DeltaControl();
|
||
|
ctrlTouchscreentouch3delta.Setup()
|
||
|
.At(this, 124)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(136, 6)
|
||
|
.WithName("delta")
|
||
|
.WithDisplayName("Touch Delta")
|
||
|
.WithShortDisplayName("Touch Delta")
|
||
|
.WithLayout(kDeltaLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 236,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3delta;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3pressure(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3pressure = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch3pressure.Setup()
|
||
|
.At(this, 125)
|
||
|
.WithParent(parent)
|
||
|
.WithName("pressure")
|
||
|
.WithDisplayName("Touch Pressure")
|
||
|
.WithShortDisplayName("Touch Pressure")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 244,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3pressure;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch3radius(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3radius = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch3radius.Setup()
|
||
|
.At(this, 126)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(142, 2)
|
||
|
.WithName("radius")
|
||
|
.WithDisplayName("Touch Radius")
|
||
|
.WithShortDisplayName("Touch Radius")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 248,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3radius;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPhaseControl Initialize_ctrlTouchscreentouch3phase(InternedString kTouchPhaseLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3phase = new UnityEngine.InputSystem.Controls.TouchPhaseControl();
|
||
|
ctrlTouchscreentouch3phase.Setup()
|
||
|
.At(this, 127)
|
||
|
.WithParent(parent)
|
||
|
.WithName("phase")
|
||
|
.WithDisplayName("Touch Touch Phase")
|
||
|
.WithShortDisplayName("Touch Touch Phase")
|
||
|
.WithLayout(kTouchPhaseLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 256,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3phase;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPressControl Initialize_ctrlTouchscreentouch3press(InternedString kTouchPressLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3press = new UnityEngine.InputSystem.Controls.TouchPressControl();
|
||
|
ctrlTouchscreentouch3press.Setup()
|
||
|
.At(this, 128)
|
||
|
.WithParent(parent)
|
||
|
.WithName("press")
|
||
|
.WithDisplayName("Touch Touch Contact?")
|
||
|
.WithShortDisplayName("Touch Touch Contact?")
|
||
|
.WithLayout(kTouchPressLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 256,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3press;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch3tapCount(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3tapCount = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch3tapCount.Setup()
|
||
|
.At(this, 129)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tapCount")
|
||
|
.WithDisplayName("Touch Tap Count")
|
||
|
.WithShortDisplayName("Touch Tap Count")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 257,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3tapCount;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch3indirectTouch(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3indirectTouch = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch3indirectTouch.Setup()
|
||
|
.At(this, 130)
|
||
|
.WithParent(parent)
|
||
|
.WithName("indirectTouch")
|
||
|
.WithDisplayName("Touch Indirect Touch?")
|
||
|
.WithShortDisplayName("Touch Indirect Touch?")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 259,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3indirectTouch;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch3tap(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3tap = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch3tap.Setup()
|
||
|
.At(this, 131)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tap")
|
||
|
.WithDisplayName("Touch Tap")
|
||
|
.WithShortDisplayName("Touch Tap")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 259,
|
||
|
bitOffset = 4,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3tap;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DoubleControl Initialize_ctrlTouchscreentouch3startTime(InternedString kDoubleLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3startTime = new UnityEngine.InputSystem.Controls.DoubleControl();
|
||
|
ctrlTouchscreentouch3startTime.Setup()
|
||
|
.At(this, 132)
|
||
|
.WithParent(parent)
|
||
|
.WithName("startTime")
|
||
|
.WithDisplayName("Touch Start Time")
|
||
|
.WithShortDisplayName("Touch Start Time")
|
||
|
.WithLayout(kDoubleLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1145195552),
|
||
|
byteOffset = 264,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3startTime;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch3startPosition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3startPosition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch3startPosition.Setup()
|
||
|
.At(this, 133)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(144, 2)
|
||
|
.WithName("startPosition")
|
||
|
.WithDisplayName("Touch Start Position")
|
||
|
.WithShortDisplayName("Touch Start Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 272,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3startPosition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3positionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3positionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch3positionx.Setup()
|
||
|
.At(this, 134)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Position X")
|
||
|
.WithShortDisplayName("Touch Touch Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 228,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3positionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3positiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3positiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch3positiony.Setup()
|
||
|
.At(this, 135)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 232,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3positiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3deltaup(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3deltaup = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch3deltaup.Setup()
|
||
|
.At(this, 136)
|
||
|
.WithParent(parent)
|
||
|
.WithName("up")
|
||
|
.WithDisplayName("Touch Touch Delta Up")
|
||
|
.WithShortDisplayName("Touch Touch Delta Up")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 240,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3deltaup;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3deltadown(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3deltadown = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch3deltadown.Setup()
|
||
|
.At(this, 137)
|
||
|
.WithParent(parent)
|
||
|
.WithName("down")
|
||
|
.WithDisplayName("Touch Touch Delta Down")
|
||
|
.WithShortDisplayName("Touch Touch Delta Down")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 240,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3deltadown;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3deltaleft(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3deltaleft = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch3deltaleft.Setup()
|
||
|
.At(this, 138)
|
||
|
.WithParent(parent)
|
||
|
.WithName("left")
|
||
|
.WithDisplayName("Touch Touch Delta Left")
|
||
|
.WithShortDisplayName("Touch Touch Delta Left")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 236,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3deltaleft;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3deltaright(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3deltaright = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch3deltaright.Setup()
|
||
|
.At(this, 139)
|
||
|
.WithParent(parent)
|
||
|
.WithName("right")
|
||
|
.WithDisplayName("Touch Touch Delta Right")
|
||
|
.WithShortDisplayName("Touch Touch Delta Right")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 236,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3deltaright;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3deltax(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3deltax = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch3deltax.Setup()
|
||
|
.At(this, 140)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Delta X")
|
||
|
.WithShortDisplayName("Touch Touch Delta X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 236,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3deltax;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3deltay(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3deltay = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch3deltay.Setup()
|
||
|
.At(this, 141)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Delta Y")
|
||
|
.WithShortDisplayName("Touch Touch Delta Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 240,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3deltay;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3radiusx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3radiusx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch3radiusx.Setup()
|
||
|
.At(this, 142)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Radius X")
|
||
|
.WithShortDisplayName("Touch Touch Radius X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 248,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3radiusx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3radiusy(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3radiusy = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch3radiusy.Setup()
|
||
|
.At(this, 143)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Radius Y")
|
||
|
.WithShortDisplayName("Touch Touch Radius Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 252,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3radiusy;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3startPositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3startPositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch3startPositionx.Setup()
|
||
|
.At(this, 144)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Start Position X")
|
||
|
.WithShortDisplayName("Touch Touch Start Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 272,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3startPositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch3startPositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch3startPositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch3startPositiony.Setup()
|
||
|
.At(this, 145)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Start Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Start Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 276,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch3startPositiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch4touchId(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4touchId = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch4touchId.Setup()
|
||
|
.At(this, 146)
|
||
|
.WithParent(parent)
|
||
|
.WithName("touchId")
|
||
|
.WithDisplayName("Touch Touch ID")
|
||
|
.WithShortDisplayName("Touch Touch ID")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1229870112),
|
||
|
byteOffset = 280,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4touchId;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch4position(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4position = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch4position.Setup()
|
||
|
.At(this, 147)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(158, 2)
|
||
|
.WithName("position")
|
||
|
.WithDisplayName("Touch Position")
|
||
|
.WithShortDisplayName("Touch Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 284,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4position;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DeltaControl Initialize_ctrlTouchscreentouch4delta(InternedString kDeltaLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4delta = new UnityEngine.InputSystem.Controls.DeltaControl();
|
||
|
ctrlTouchscreentouch4delta.Setup()
|
||
|
.At(this, 148)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(160, 6)
|
||
|
.WithName("delta")
|
||
|
.WithDisplayName("Touch Delta")
|
||
|
.WithShortDisplayName("Touch Delta")
|
||
|
.WithLayout(kDeltaLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 292,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4delta;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4pressure(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4pressure = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch4pressure.Setup()
|
||
|
.At(this, 149)
|
||
|
.WithParent(parent)
|
||
|
.WithName("pressure")
|
||
|
.WithDisplayName("Touch Pressure")
|
||
|
.WithShortDisplayName("Touch Pressure")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 300,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4pressure;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch4radius(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4radius = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch4radius.Setup()
|
||
|
.At(this, 150)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(166, 2)
|
||
|
.WithName("radius")
|
||
|
.WithDisplayName("Touch Radius")
|
||
|
.WithShortDisplayName("Touch Radius")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 304,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4radius;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPhaseControl Initialize_ctrlTouchscreentouch4phase(InternedString kTouchPhaseLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4phase = new UnityEngine.InputSystem.Controls.TouchPhaseControl();
|
||
|
ctrlTouchscreentouch4phase.Setup()
|
||
|
.At(this, 151)
|
||
|
.WithParent(parent)
|
||
|
.WithName("phase")
|
||
|
.WithDisplayName("Touch Touch Phase")
|
||
|
.WithShortDisplayName("Touch Touch Phase")
|
||
|
.WithLayout(kTouchPhaseLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 312,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4phase;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPressControl Initialize_ctrlTouchscreentouch4press(InternedString kTouchPressLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4press = new UnityEngine.InputSystem.Controls.TouchPressControl();
|
||
|
ctrlTouchscreentouch4press.Setup()
|
||
|
.At(this, 152)
|
||
|
.WithParent(parent)
|
||
|
.WithName("press")
|
||
|
.WithDisplayName("Touch Touch Contact?")
|
||
|
.WithShortDisplayName("Touch Touch Contact?")
|
||
|
.WithLayout(kTouchPressLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 312,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4press;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch4tapCount(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4tapCount = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch4tapCount.Setup()
|
||
|
.At(this, 153)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tapCount")
|
||
|
.WithDisplayName("Touch Tap Count")
|
||
|
.WithShortDisplayName("Touch Tap Count")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 313,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4tapCount;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch4indirectTouch(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4indirectTouch = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch4indirectTouch.Setup()
|
||
|
.At(this, 154)
|
||
|
.WithParent(parent)
|
||
|
.WithName("indirectTouch")
|
||
|
.WithDisplayName("Touch Indirect Touch?")
|
||
|
.WithShortDisplayName("Touch Indirect Touch?")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 315,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4indirectTouch;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch4tap(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4tap = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch4tap.Setup()
|
||
|
.At(this, 155)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tap")
|
||
|
.WithDisplayName("Touch Tap")
|
||
|
.WithShortDisplayName("Touch Tap")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 315,
|
||
|
bitOffset = 4,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4tap;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DoubleControl Initialize_ctrlTouchscreentouch4startTime(InternedString kDoubleLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4startTime = new UnityEngine.InputSystem.Controls.DoubleControl();
|
||
|
ctrlTouchscreentouch4startTime.Setup()
|
||
|
.At(this, 156)
|
||
|
.WithParent(parent)
|
||
|
.WithName("startTime")
|
||
|
.WithDisplayName("Touch Start Time")
|
||
|
.WithShortDisplayName("Touch Start Time")
|
||
|
.WithLayout(kDoubleLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1145195552),
|
||
|
byteOffset = 320,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4startTime;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch4startPosition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4startPosition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch4startPosition.Setup()
|
||
|
.At(this, 157)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(168, 2)
|
||
|
.WithName("startPosition")
|
||
|
.WithDisplayName("Touch Start Position")
|
||
|
.WithShortDisplayName("Touch Start Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 328,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4startPosition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4positionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4positionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch4positionx.Setup()
|
||
|
.At(this, 158)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Position X")
|
||
|
.WithShortDisplayName("Touch Touch Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 284,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4positionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4positiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4positiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch4positiony.Setup()
|
||
|
.At(this, 159)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 288,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4positiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4deltaup(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4deltaup = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch4deltaup.Setup()
|
||
|
.At(this, 160)
|
||
|
.WithParent(parent)
|
||
|
.WithName("up")
|
||
|
.WithDisplayName("Touch Touch Delta Up")
|
||
|
.WithShortDisplayName("Touch Touch Delta Up")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 296,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4deltaup;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4deltadown(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4deltadown = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch4deltadown.Setup()
|
||
|
.At(this, 161)
|
||
|
.WithParent(parent)
|
||
|
.WithName("down")
|
||
|
.WithDisplayName("Touch Touch Delta Down")
|
||
|
.WithShortDisplayName("Touch Touch Delta Down")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 296,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4deltadown;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4deltaleft(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4deltaleft = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch4deltaleft.Setup()
|
||
|
.At(this, 162)
|
||
|
.WithParent(parent)
|
||
|
.WithName("left")
|
||
|
.WithDisplayName("Touch Touch Delta Left")
|
||
|
.WithShortDisplayName("Touch Touch Delta Left")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 292,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4deltaleft;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4deltaright(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4deltaright = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch4deltaright.Setup()
|
||
|
.At(this, 163)
|
||
|
.WithParent(parent)
|
||
|
.WithName("right")
|
||
|
.WithDisplayName("Touch Touch Delta Right")
|
||
|
.WithShortDisplayName("Touch Touch Delta Right")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 292,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4deltaright;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4deltax(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4deltax = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch4deltax.Setup()
|
||
|
.At(this, 164)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Delta X")
|
||
|
.WithShortDisplayName("Touch Touch Delta X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 292,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4deltax;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4deltay(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4deltay = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch4deltay.Setup()
|
||
|
.At(this, 165)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Delta Y")
|
||
|
.WithShortDisplayName("Touch Touch Delta Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 296,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4deltay;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4radiusx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4radiusx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch4radiusx.Setup()
|
||
|
.At(this, 166)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Radius X")
|
||
|
.WithShortDisplayName("Touch Touch Radius X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 304,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4radiusx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4radiusy(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4radiusy = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch4radiusy.Setup()
|
||
|
.At(this, 167)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Radius Y")
|
||
|
.WithShortDisplayName("Touch Touch Radius Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 308,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4radiusy;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4startPositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4startPositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch4startPositionx.Setup()
|
||
|
.At(this, 168)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Start Position X")
|
||
|
.WithShortDisplayName("Touch Touch Start Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 328,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4startPositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch4startPositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch4startPositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch4startPositiony.Setup()
|
||
|
.At(this, 169)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Start Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Start Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 332,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch4startPositiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch5touchId(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5touchId = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch5touchId.Setup()
|
||
|
.At(this, 170)
|
||
|
.WithParent(parent)
|
||
|
.WithName("touchId")
|
||
|
.WithDisplayName("Touch Touch ID")
|
||
|
.WithShortDisplayName("Touch Touch ID")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1229870112),
|
||
|
byteOffset = 336,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5touchId;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch5position(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5position = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch5position.Setup()
|
||
|
.At(this, 171)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(182, 2)
|
||
|
.WithName("position")
|
||
|
.WithDisplayName("Touch Position")
|
||
|
.WithShortDisplayName("Touch Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 340,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5position;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DeltaControl Initialize_ctrlTouchscreentouch5delta(InternedString kDeltaLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5delta = new UnityEngine.InputSystem.Controls.DeltaControl();
|
||
|
ctrlTouchscreentouch5delta.Setup()
|
||
|
.At(this, 172)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(184, 6)
|
||
|
.WithName("delta")
|
||
|
.WithDisplayName("Touch Delta")
|
||
|
.WithShortDisplayName("Touch Delta")
|
||
|
.WithLayout(kDeltaLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 348,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5delta;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5pressure(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5pressure = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch5pressure.Setup()
|
||
|
.At(this, 173)
|
||
|
.WithParent(parent)
|
||
|
.WithName("pressure")
|
||
|
.WithDisplayName("Touch Pressure")
|
||
|
.WithShortDisplayName("Touch Pressure")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 356,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5pressure;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch5radius(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5radius = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch5radius.Setup()
|
||
|
.At(this, 174)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(190, 2)
|
||
|
.WithName("radius")
|
||
|
.WithDisplayName("Touch Radius")
|
||
|
.WithShortDisplayName("Touch Radius")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 360,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5radius;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPhaseControl Initialize_ctrlTouchscreentouch5phase(InternedString kTouchPhaseLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5phase = new UnityEngine.InputSystem.Controls.TouchPhaseControl();
|
||
|
ctrlTouchscreentouch5phase.Setup()
|
||
|
.At(this, 175)
|
||
|
.WithParent(parent)
|
||
|
.WithName("phase")
|
||
|
.WithDisplayName("Touch Touch Phase")
|
||
|
.WithShortDisplayName("Touch Touch Phase")
|
||
|
.WithLayout(kTouchPhaseLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 368,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5phase;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPressControl Initialize_ctrlTouchscreentouch5press(InternedString kTouchPressLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5press = new UnityEngine.InputSystem.Controls.TouchPressControl();
|
||
|
ctrlTouchscreentouch5press.Setup()
|
||
|
.At(this, 176)
|
||
|
.WithParent(parent)
|
||
|
.WithName("press")
|
||
|
.WithDisplayName("Touch Touch Contact?")
|
||
|
.WithShortDisplayName("Touch Touch Contact?")
|
||
|
.WithLayout(kTouchPressLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 368,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5press;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch5tapCount(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5tapCount = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch5tapCount.Setup()
|
||
|
.At(this, 177)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tapCount")
|
||
|
.WithDisplayName("Touch Tap Count")
|
||
|
.WithShortDisplayName("Touch Tap Count")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 369,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5tapCount;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch5indirectTouch(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5indirectTouch = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch5indirectTouch.Setup()
|
||
|
.At(this, 178)
|
||
|
.WithParent(parent)
|
||
|
.WithName("indirectTouch")
|
||
|
.WithDisplayName("Touch Indirect Touch?")
|
||
|
.WithShortDisplayName("Touch Indirect Touch?")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 371,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5indirectTouch;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch5tap(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5tap = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch5tap.Setup()
|
||
|
.At(this, 179)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tap")
|
||
|
.WithDisplayName("Touch Tap")
|
||
|
.WithShortDisplayName("Touch Tap")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 371,
|
||
|
bitOffset = 4,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5tap;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DoubleControl Initialize_ctrlTouchscreentouch5startTime(InternedString kDoubleLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5startTime = new UnityEngine.InputSystem.Controls.DoubleControl();
|
||
|
ctrlTouchscreentouch5startTime.Setup()
|
||
|
.At(this, 180)
|
||
|
.WithParent(parent)
|
||
|
.WithName("startTime")
|
||
|
.WithDisplayName("Touch Start Time")
|
||
|
.WithShortDisplayName("Touch Start Time")
|
||
|
.WithLayout(kDoubleLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1145195552),
|
||
|
byteOffset = 376,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5startTime;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch5startPosition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5startPosition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch5startPosition.Setup()
|
||
|
.At(this, 181)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(192, 2)
|
||
|
.WithName("startPosition")
|
||
|
.WithDisplayName("Touch Start Position")
|
||
|
.WithShortDisplayName("Touch Start Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 384,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5startPosition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5positionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5positionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch5positionx.Setup()
|
||
|
.At(this, 182)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Position X")
|
||
|
.WithShortDisplayName("Touch Touch Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 340,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5positionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5positiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5positiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch5positiony.Setup()
|
||
|
.At(this, 183)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 344,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5positiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5deltaup(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5deltaup = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch5deltaup.Setup()
|
||
|
.At(this, 184)
|
||
|
.WithParent(parent)
|
||
|
.WithName("up")
|
||
|
.WithDisplayName("Touch Touch Delta Up")
|
||
|
.WithShortDisplayName("Touch Touch Delta Up")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 352,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5deltaup;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5deltadown(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5deltadown = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch5deltadown.Setup()
|
||
|
.At(this, 185)
|
||
|
.WithParent(parent)
|
||
|
.WithName("down")
|
||
|
.WithDisplayName("Touch Touch Delta Down")
|
||
|
.WithShortDisplayName("Touch Touch Delta Down")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 352,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5deltadown;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5deltaleft(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5deltaleft = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch5deltaleft.Setup()
|
||
|
.At(this, 186)
|
||
|
.WithParent(parent)
|
||
|
.WithName("left")
|
||
|
.WithDisplayName("Touch Touch Delta Left")
|
||
|
.WithShortDisplayName("Touch Touch Delta Left")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 348,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5deltaleft;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5deltaright(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5deltaright = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch5deltaright.Setup()
|
||
|
.At(this, 187)
|
||
|
.WithParent(parent)
|
||
|
.WithName("right")
|
||
|
.WithDisplayName("Touch Touch Delta Right")
|
||
|
.WithShortDisplayName("Touch Touch Delta Right")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 348,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5deltaright;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5deltax(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5deltax = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch5deltax.Setup()
|
||
|
.At(this, 188)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Delta X")
|
||
|
.WithShortDisplayName("Touch Touch Delta X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 348,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5deltax;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5deltay(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5deltay = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch5deltay.Setup()
|
||
|
.At(this, 189)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Delta Y")
|
||
|
.WithShortDisplayName("Touch Touch Delta Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 352,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5deltay;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5radiusx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5radiusx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch5radiusx.Setup()
|
||
|
.At(this, 190)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Radius X")
|
||
|
.WithShortDisplayName("Touch Touch Radius X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 360,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5radiusx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5radiusy(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5radiusy = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch5radiusy.Setup()
|
||
|
.At(this, 191)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Radius Y")
|
||
|
.WithShortDisplayName("Touch Touch Radius Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 364,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5radiusy;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5startPositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5startPositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch5startPositionx.Setup()
|
||
|
.At(this, 192)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Start Position X")
|
||
|
.WithShortDisplayName("Touch Touch Start Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 384,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5startPositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch5startPositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch5startPositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch5startPositiony.Setup()
|
||
|
.At(this, 193)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Start Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Start Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 388,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch5startPositiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch6touchId(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6touchId = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch6touchId.Setup()
|
||
|
.At(this, 194)
|
||
|
.WithParent(parent)
|
||
|
.WithName("touchId")
|
||
|
.WithDisplayName("Touch Touch ID")
|
||
|
.WithShortDisplayName("Touch Touch ID")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1229870112),
|
||
|
byteOffset = 392,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6touchId;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch6position(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6position = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch6position.Setup()
|
||
|
.At(this, 195)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(206, 2)
|
||
|
.WithName("position")
|
||
|
.WithDisplayName("Touch Position")
|
||
|
.WithShortDisplayName("Touch Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 396,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6position;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DeltaControl Initialize_ctrlTouchscreentouch6delta(InternedString kDeltaLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6delta = new UnityEngine.InputSystem.Controls.DeltaControl();
|
||
|
ctrlTouchscreentouch6delta.Setup()
|
||
|
.At(this, 196)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(208, 6)
|
||
|
.WithName("delta")
|
||
|
.WithDisplayName("Touch Delta")
|
||
|
.WithShortDisplayName("Touch Delta")
|
||
|
.WithLayout(kDeltaLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 404,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6delta;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6pressure(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6pressure = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch6pressure.Setup()
|
||
|
.At(this, 197)
|
||
|
.WithParent(parent)
|
||
|
.WithName("pressure")
|
||
|
.WithDisplayName("Touch Pressure")
|
||
|
.WithShortDisplayName("Touch Pressure")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 412,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6pressure;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch6radius(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6radius = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch6radius.Setup()
|
||
|
.At(this, 198)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(214, 2)
|
||
|
.WithName("radius")
|
||
|
.WithDisplayName("Touch Radius")
|
||
|
.WithShortDisplayName("Touch Radius")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 416,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6radius;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPhaseControl Initialize_ctrlTouchscreentouch6phase(InternedString kTouchPhaseLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6phase = new UnityEngine.InputSystem.Controls.TouchPhaseControl();
|
||
|
ctrlTouchscreentouch6phase.Setup()
|
||
|
.At(this, 199)
|
||
|
.WithParent(parent)
|
||
|
.WithName("phase")
|
||
|
.WithDisplayName("Touch Touch Phase")
|
||
|
.WithShortDisplayName("Touch Touch Phase")
|
||
|
.WithLayout(kTouchPhaseLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 424,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6phase;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPressControl Initialize_ctrlTouchscreentouch6press(InternedString kTouchPressLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6press = new UnityEngine.InputSystem.Controls.TouchPressControl();
|
||
|
ctrlTouchscreentouch6press.Setup()
|
||
|
.At(this, 200)
|
||
|
.WithParent(parent)
|
||
|
.WithName("press")
|
||
|
.WithDisplayName("Touch Touch Contact?")
|
||
|
.WithShortDisplayName("Touch Touch Contact?")
|
||
|
.WithLayout(kTouchPressLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 424,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6press;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch6tapCount(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6tapCount = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch6tapCount.Setup()
|
||
|
.At(this, 201)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tapCount")
|
||
|
.WithDisplayName("Touch Tap Count")
|
||
|
.WithShortDisplayName("Touch Tap Count")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 425,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6tapCount;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch6indirectTouch(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6indirectTouch = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch6indirectTouch.Setup()
|
||
|
.At(this, 202)
|
||
|
.WithParent(parent)
|
||
|
.WithName("indirectTouch")
|
||
|
.WithDisplayName("Touch Indirect Touch?")
|
||
|
.WithShortDisplayName("Touch Indirect Touch?")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 427,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6indirectTouch;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch6tap(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6tap = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch6tap.Setup()
|
||
|
.At(this, 203)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tap")
|
||
|
.WithDisplayName("Touch Tap")
|
||
|
.WithShortDisplayName("Touch Tap")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 427,
|
||
|
bitOffset = 4,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6tap;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DoubleControl Initialize_ctrlTouchscreentouch6startTime(InternedString kDoubleLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6startTime = new UnityEngine.InputSystem.Controls.DoubleControl();
|
||
|
ctrlTouchscreentouch6startTime.Setup()
|
||
|
.At(this, 204)
|
||
|
.WithParent(parent)
|
||
|
.WithName("startTime")
|
||
|
.WithDisplayName("Touch Start Time")
|
||
|
.WithShortDisplayName("Touch Start Time")
|
||
|
.WithLayout(kDoubleLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1145195552),
|
||
|
byteOffset = 432,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6startTime;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch6startPosition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6startPosition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch6startPosition.Setup()
|
||
|
.At(this, 205)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(216, 2)
|
||
|
.WithName("startPosition")
|
||
|
.WithDisplayName("Touch Start Position")
|
||
|
.WithShortDisplayName("Touch Start Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 440,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6startPosition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6positionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6positionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch6positionx.Setup()
|
||
|
.At(this, 206)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Position X")
|
||
|
.WithShortDisplayName("Touch Touch Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 396,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6positionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6positiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6positiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch6positiony.Setup()
|
||
|
.At(this, 207)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 400,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6positiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6deltaup(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6deltaup = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch6deltaup.Setup()
|
||
|
.At(this, 208)
|
||
|
.WithParent(parent)
|
||
|
.WithName("up")
|
||
|
.WithDisplayName("Touch Touch Delta Up")
|
||
|
.WithShortDisplayName("Touch Touch Delta Up")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 408,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6deltaup;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6deltadown(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6deltadown = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch6deltadown.Setup()
|
||
|
.At(this, 209)
|
||
|
.WithParent(parent)
|
||
|
.WithName("down")
|
||
|
.WithDisplayName("Touch Touch Delta Down")
|
||
|
.WithShortDisplayName("Touch Touch Delta Down")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 408,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6deltadown;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6deltaleft(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6deltaleft = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch6deltaleft.Setup()
|
||
|
.At(this, 210)
|
||
|
.WithParent(parent)
|
||
|
.WithName("left")
|
||
|
.WithDisplayName("Touch Touch Delta Left")
|
||
|
.WithShortDisplayName("Touch Touch Delta Left")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 404,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6deltaleft;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6deltaright(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6deltaright = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch6deltaright.Setup()
|
||
|
.At(this, 211)
|
||
|
.WithParent(parent)
|
||
|
.WithName("right")
|
||
|
.WithDisplayName("Touch Touch Delta Right")
|
||
|
.WithShortDisplayName("Touch Touch Delta Right")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 404,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6deltaright;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6deltax(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6deltax = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch6deltax.Setup()
|
||
|
.At(this, 212)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Delta X")
|
||
|
.WithShortDisplayName("Touch Touch Delta X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 404,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6deltax;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6deltay(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6deltay = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch6deltay.Setup()
|
||
|
.At(this, 213)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Delta Y")
|
||
|
.WithShortDisplayName("Touch Touch Delta Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 408,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6deltay;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6radiusx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6radiusx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch6radiusx.Setup()
|
||
|
.At(this, 214)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Radius X")
|
||
|
.WithShortDisplayName("Touch Touch Radius X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 416,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6radiusx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6radiusy(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6radiusy = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch6radiusy.Setup()
|
||
|
.At(this, 215)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Radius Y")
|
||
|
.WithShortDisplayName("Touch Touch Radius Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 420,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6radiusy;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6startPositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6startPositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch6startPositionx.Setup()
|
||
|
.At(this, 216)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Start Position X")
|
||
|
.WithShortDisplayName("Touch Touch Start Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 440,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6startPositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch6startPositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch6startPositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch6startPositiony.Setup()
|
||
|
.At(this, 217)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Start Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Start Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 444,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch6startPositiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch7touchId(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7touchId = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch7touchId.Setup()
|
||
|
.At(this, 218)
|
||
|
.WithParent(parent)
|
||
|
.WithName("touchId")
|
||
|
.WithDisplayName("Touch Touch ID")
|
||
|
.WithShortDisplayName("Touch Touch ID")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1229870112),
|
||
|
byteOffset = 448,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7touchId;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch7position(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7position = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch7position.Setup()
|
||
|
.At(this, 219)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(230, 2)
|
||
|
.WithName("position")
|
||
|
.WithDisplayName("Touch Position")
|
||
|
.WithShortDisplayName("Touch Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 452,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7position;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DeltaControl Initialize_ctrlTouchscreentouch7delta(InternedString kDeltaLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7delta = new UnityEngine.InputSystem.Controls.DeltaControl();
|
||
|
ctrlTouchscreentouch7delta.Setup()
|
||
|
.At(this, 220)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(232, 6)
|
||
|
.WithName("delta")
|
||
|
.WithDisplayName("Touch Delta")
|
||
|
.WithShortDisplayName("Touch Delta")
|
||
|
.WithLayout(kDeltaLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 460,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7delta;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7pressure(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7pressure = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch7pressure.Setup()
|
||
|
.At(this, 221)
|
||
|
.WithParent(parent)
|
||
|
.WithName("pressure")
|
||
|
.WithDisplayName("Touch Pressure")
|
||
|
.WithShortDisplayName("Touch Pressure")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 468,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7pressure;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch7radius(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7radius = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch7radius.Setup()
|
||
|
.At(this, 222)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(238, 2)
|
||
|
.WithName("radius")
|
||
|
.WithDisplayName("Touch Radius")
|
||
|
.WithShortDisplayName("Touch Radius")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 472,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7radius;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPhaseControl Initialize_ctrlTouchscreentouch7phase(InternedString kTouchPhaseLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7phase = new UnityEngine.InputSystem.Controls.TouchPhaseControl();
|
||
|
ctrlTouchscreentouch7phase.Setup()
|
||
|
.At(this, 223)
|
||
|
.WithParent(parent)
|
||
|
.WithName("phase")
|
||
|
.WithDisplayName("Touch Touch Phase")
|
||
|
.WithShortDisplayName("Touch Touch Phase")
|
||
|
.WithLayout(kTouchPhaseLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 480,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7phase;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPressControl Initialize_ctrlTouchscreentouch7press(InternedString kTouchPressLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7press = new UnityEngine.InputSystem.Controls.TouchPressControl();
|
||
|
ctrlTouchscreentouch7press.Setup()
|
||
|
.At(this, 224)
|
||
|
.WithParent(parent)
|
||
|
.WithName("press")
|
||
|
.WithDisplayName("Touch Touch Contact?")
|
||
|
.WithShortDisplayName("Touch Touch Contact?")
|
||
|
.WithLayout(kTouchPressLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 480,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7press;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch7tapCount(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7tapCount = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch7tapCount.Setup()
|
||
|
.At(this, 225)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tapCount")
|
||
|
.WithDisplayName("Touch Tap Count")
|
||
|
.WithShortDisplayName("Touch Tap Count")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 481,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7tapCount;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch7indirectTouch(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7indirectTouch = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch7indirectTouch.Setup()
|
||
|
.At(this, 226)
|
||
|
.WithParent(parent)
|
||
|
.WithName("indirectTouch")
|
||
|
.WithDisplayName("Touch Indirect Touch?")
|
||
|
.WithShortDisplayName("Touch Indirect Touch?")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 483,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7indirectTouch;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch7tap(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7tap = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch7tap.Setup()
|
||
|
.At(this, 227)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tap")
|
||
|
.WithDisplayName("Touch Tap")
|
||
|
.WithShortDisplayName("Touch Tap")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 483,
|
||
|
bitOffset = 4,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7tap;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DoubleControl Initialize_ctrlTouchscreentouch7startTime(InternedString kDoubleLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7startTime = new UnityEngine.InputSystem.Controls.DoubleControl();
|
||
|
ctrlTouchscreentouch7startTime.Setup()
|
||
|
.At(this, 228)
|
||
|
.WithParent(parent)
|
||
|
.WithName("startTime")
|
||
|
.WithDisplayName("Touch Start Time")
|
||
|
.WithShortDisplayName("Touch Start Time")
|
||
|
.WithLayout(kDoubleLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1145195552),
|
||
|
byteOffset = 488,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7startTime;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch7startPosition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7startPosition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch7startPosition.Setup()
|
||
|
.At(this, 229)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(240, 2)
|
||
|
.WithName("startPosition")
|
||
|
.WithDisplayName("Touch Start Position")
|
||
|
.WithShortDisplayName("Touch Start Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 496,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7startPosition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7positionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7positionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch7positionx.Setup()
|
||
|
.At(this, 230)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Position X")
|
||
|
.WithShortDisplayName("Touch Touch Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 452,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7positionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7positiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7positiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch7positiony.Setup()
|
||
|
.At(this, 231)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 456,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7positiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7deltaup(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7deltaup = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch7deltaup.Setup()
|
||
|
.At(this, 232)
|
||
|
.WithParent(parent)
|
||
|
.WithName("up")
|
||
|
.WithDisplayName("Touch Touch Delta Up")
|
||
|
.WithShortDisplayName("Touch Touch Delta Up")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 464,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7deltaup;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7deltadown(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7deltadown = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch7deltadown.Setup()
|
||
|
.At(this, 233)
|
||
|
.WithParent(parent)
|
||
|
.WithName("down")
|
||
|
.WithDisplayName("Touch Touch Delta Down")
|
||
|
.WithShortDisplayName("Touch Touch Delta Down")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 464,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7deltadown;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7deltaleft(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7deltaleft = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch7deltaleft.Setup()
|
||
|
.At(this, 234)
|
||
|
.WithParent(parent)
|
||
|
.WithName("left")
|
||
|
.WithDisplayName("Touch Touch Delta Left")
|
||
|
.WithShortDisplayName("Touch Touch Delta Left")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 460,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7deltaleft;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7deltaright(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7deltaright = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch7deltaright.Setup()
|
||
|
.At(this, 235)
|
||
|
.WithParent(parent)
|
||
|
.WithName("right")
|
||
|
.WithDisplayName("Touch Touch Delta Right")
|
||
|
.WithShortDisplayName("Touch Touch Delta Right")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 460,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7deltaright;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7deltax(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7deltax = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch7deltax.Setup()
|
||
|
.At(this, 236)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Delta X")
|
||
|
.WithShortDisplayName("Touch Touch Delta X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 460,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7deltax;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7deltay(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7deltay = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch7deltay.Setup()
|
||
|
.At(this, 237)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Delta Y")
|
||
|
.WithShortDisplayName("Touch Touch Delta Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 464,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7deltay;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7radiusx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7radiusx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch7radiusx.Setup()
|
||
|
.At(this, 238)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Radius X")
|
||
|
.WithShortDisplayName("Touch Touch Radius X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 472,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7radiusx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7radiusy(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7radiusy = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch7radiusy.Setup()
|
||
|
.At(this, 239)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Radius Y")
|
||
|
.WithShortDisplayName("Touch Touch Radius Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 476,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7radiusy;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7startPositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7startPositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch7startPositionx.Setup()
|
||
|
.At(this, 240)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Start Position X")
|
||
|
.WithShortDisplayName("Touch Touch Start Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 496,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7startPositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch7startPositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch7startPositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch7startPositiony.Setup()
|
||
|
.At(this, 241)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Start Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Start Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 500,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch7startPositiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch8touchId(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8touchId = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch8touchId.Setup()
|
||
|
.At(this, 242)
|
||
|
.WithParent(parent)
|
||
|
.WithName("touchId")
|
||
|
.WithDisplayName("Touch Touch ID")
|
||
|
.WithShortDisplayName("Touch Touch ID")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1229870112),
|
||
|
byteOffset = 504,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8touchId;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch8position(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8position = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch8position.Setup()
|
||
|
.At(this, 243)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(254, 2)
|
||
|
.WithName("position")
|
||
|
.WithDisplayName("Touch Position")
|
||
|
.WithShortDisplayName("Touch Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 508,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8position;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DeltaControl Initialize_ctrlTouchscreentouch8delta(InternedString kDeltaLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8delta = new UnityEngine.InputSystem.Controls.DeltaControl();
|
||
|
ctrlTouchscreentouch8delta.Setup()
|
||
|
.At(this, 244)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(256, 6)
|
||
|
.WithName("delta")
|
||
|
.WithDisplayName("Touch Delta")
|
||
|
.WithShortDisplayName("Touch Delta")
|
||
|
.WithLayout(kDeltaLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 516,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8delta;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8pressure(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8pressure = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch8pressure.Setup()
|
||
|
.At(this, 245)
|
||
|
.WithParent(parent)
|
||
|
.WithName("pressure")
|
||
|
.WithDisplayName("Touch Pressure")
|
||
|
.WithShortDisplayName("Touch Pressure")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 524,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8pressure;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch8radius(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8radius = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch8radius.Setup()
|
||
|
.At(this, 246)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(262, 2)
|
||
|
.WithName("radius")
|
||
|
.WithDisplayName("Touch Radius")
|
||
|
.WithShortDisplayName("Touch Radius")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 528,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8radius;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPhaseControl Initialize_ctrlTouchscreentouch8phase(InternedString kTouchPhaseLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8phase = new UnityEngine.InputSystem.Controls.TouchPhaseControl();
|
||
|
ctrlTouchscreentouch8phase.Setup()
|
||
|
.At(this, 247)
|
||
|
.WithParent(parent)
|
||
|
.WithName("phase")
|
||
|
.WithDisplayName("Touch Touch Phase")
|
||
|
.WithShortDisplayName("Touch Touch Phase")
|
||
|
.WithLayout(kTouchPhaseLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 536,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8phase;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPressControl Initialize_ctrlTouchscreentouch8press(InternedString kTouchPressLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8press = new UnityEngine.InputSystem.Controls.TouchPressControl();
|
||
|
ctrlTouchscreentouch8press.Setup()
|
||
|
.At(this, 248)
|
||
|
.WithParent(parent)
|
||
|
.WithName("press")
|
||
|
.WithDisplayName("Touch Touch Contact?")
|
||
|
.WithShortDisplayName("Touch Touch Contact?")
|
||
|
.WithLayout(kTouchPressLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 536,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8press;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch8tapCount(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8tapCount = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch8tapCount.Setup()
|
||
|
.At(this, 249)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tapCount")
|
||
|
.WithDisplayName("Touch Tap Count")
|
||
|
.WithShortDisplayName("Touch Tap Count")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 537,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8tapCount;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch8indirectTouch(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8indirectTouch = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch8indirectTouch.Setup()
|
||
|
.At(this, 250)
|
||
|
.WithParent(parent)
|
||
|
.WithName("indirectTouch")
|
||
|
.WithDisplayName("Touch Indirect Touch?")
|
||
|
.WithShortDisplayName("Touch Indirect Touch?")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 539,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8indirectTouch;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch8tap(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8tap = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch8tap.Setup()
|
||
|
.At(this, 251)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tap")
|
||
|
.WithDisplayName("Touch Tap")
|
||
|
.WithShortDisplayName("Touch Tap")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 539,
|
||
|
bitOffset = 4,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8tap;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DoubleControl Initialize_ctrlTouchscreentouch8startTime(InternedString kDoubleLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8startTime = new UnityEngine.InputSystem.Controls.DoubleControl();
|
||
|
ctrlTouchscreentouch8startTime.Setup()
|
||
|
.At(this, 252)
|
||
|
.WithParent(parent)
|
||
|
.WithName("startTime")
|
||
|
.WithDisplayName("Touch Start Time")
|
||
|
.WithShortDisplayName("Touch Start Time")
|
||
|
.WithLayout(kDoubleLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1145195552),
|
||
|
byteOffset = 544,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8startTime;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch8startPosition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8startPosition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch8startPosition.Setup()
|
||
|
.At(this, 253)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(264, 2)
|
||
|
.WithName("startPosition")
|
||
|
.WithDisplayName("Touch Start Position")
|
||
|
.WithShortDisplayName("Touch Start Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 552,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8startPosition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8positionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8positionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch8positionx.Setup()
|
||
|
.At(this, 254)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Position X")
|
||
|
.WithShortDisplayName("Touch Touch Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 508,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8positionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8positiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8positiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch8positiony.Setup()
|
||
|
.At(this, 255)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 512,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8positiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8deltaup(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8deltaup = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch8deltaup.Setup()
|
||
|
.At(this, 256)
|
||
|
.WithParent(parent)
|
||
|
.WithName("up")
|
||
|
.WithDisplayName("Touch Touch Delta Up")
|
||
|
.WithShortDisplayName("Touch Touch Delta Up")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 520,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8deltaup;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8deltadown(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8deltadown = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch8deltadown.Setup()
|
||
|
.At(this, 257)
|
||
|
.WithParent(parent)
|
||
|
.WithName("down")
|
||
|
.WithDisplayName("Touch Touch Delta Down")
|
||
|
.WithShortDisplayName("Touch Touch Delta Down")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 520,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8deltadown;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8deltaleft(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8deltaleft = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch8deltaleft.Setup()
|
||
|
.At(this, 258)
|
||
|
.WithParent(parent)
|
||
|
.WithName("left")
|
||
|
.WithDisplayName("Touch Touch Delta Left")
|
||
|
.WithShortDisplayName("Touch Touch Delta Left")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 516,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8deltaleft;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8deltaright(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8deltaright = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch8deltaright.Setup()
|
||
|
.At(this, 259)
|
||
|
.WithParent(parent)
|
||
|
.WithName("right")
|
||
|
.WithDisplayName("Touch Touch Delta Right")
|
||
|
.WithShortDisplayName("Touch Touch Delta Right")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 516,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8deltaright;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8deltax(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8deltax = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch8deltax.Setup()
|
||
|
.At(this, 260)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Delta X")
|
||
|
.WithShortDisplayName("Touch Touch Delta X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 516,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8deltax;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8deltay(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8deltay = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch8deltay.Setup()
|
||
|
.At(this, 261)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Delta Y")
|
||
|
.WithShortDisplayName("Touch Touch Delta Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 520,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8deltay;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8radiusx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8radiusx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch8radiusx.Setup()
|
||
|
.At(this, 262)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Radius X")
|
||
|
.WithShortDisplayName("Touch Touch Radius X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 528,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8radiusx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8radiusy(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8radiusy = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch8radiusy.Setup()
|
||
|
.At(this, 263)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Radius Y")
|
||
|
.WithShortDisplayName("Touch Touch Radius Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 532,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8radiusy;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8startPositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8startPositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch8startPositionx.Setup()
|
||
|
.At(this, 264)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Start Position X")
|
||
|
.WithShortDisplayName("Touch Touch Start Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 552,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8startPositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch8startPositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch8startPositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch8startPositiony.Setup()
|
||
|
.At(this, 265)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Start Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Start Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 556,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch8startPositiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch9touchId(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9touchId = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch9touchId.Setup()
|
||
|
.At(this, 266)
|
||
|
.WithParent(parent)
|
||
|
.WithName("touchId")
|
||
|
.WithDisplayName("Touch Touch ID")
|
||
|
.WithShortDisplayName("Touch Touch ID")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1229870112),
|
||
|
byteOffset = 560,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9touchId;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch9position(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9position = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch9position.Setup()
|
||
|
.At(this, 267)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(278, 2)
|
||
|
.WithName("position")
|
||
|
.WithDisplayName("Touch Position")
|
||
|
.WithShortDisplayName("Touch Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 564,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9position;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DeltaControl Initialize_ctrlTouchscreentouch9delta(InternedString kDeltaLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9delta = new UnityEngine.InputSystem.Controls.DeltaControl();
|
||
|
ctrlTouchscreentouch9delta.Setup()
|
||
|
.At(this, 268)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(280, 6)
|
||
|
.WithName("delta")
|
||
|
.WithDisplayName("Touch Delta")
|
||
|
.WithShortDisplayName("Touch Delta")
|
||
|
.WithLayout(kDeltaLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 572,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9delta;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9pressure(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9pressure = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch9pressure.Setup()
|
||
|
.At(this, 269)
|
||
|
.WithParent(parent)
|
||
|
.WithName("pressure")
|
||
|
.WithDisplayName("Touch Pressure")
|
||
|
.WithShortDisplayName("Touch Pressure")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 580,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9pressure;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch9radius(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9radius = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch9radius.Setup()
|
||
|
.At(this, 270)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(286, 2)
|
||
|
.WithName("radius")
|
||
|
.WithDisplayName("Touch Radius")
|
||
|
.WithShortDisplayName("Touch Radius")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 584,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9radius;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPhaseControl Initialize_ctrlTouchscreentouch9phase(InternedString kTouchPhaseLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9phase = new UnityEngine.InputSystem.Controls.TouchPhaseControl();
|
||
|
ctrlTouchscreentouch9phase.Setup()
|
||
|
.At(this, 271)
|
||
|
.WithParent(parent)
|
||
|
.WithName("phase")
|
||
|
.WithDisplayName("Touch Touch Phase")
|
||
|
.WithShortDisplayName("Touch Touch Phase")
|
||
|
.WithLayout(kTouchPhaseLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 592,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9phase;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.TouchPressControl Initialize_ctrlTouchscreentouch9press(InternedString kTouchPressLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9press = new UnityEngine.InputSystem.Controls.TouchPressControl();
|
||
|
ctrlTouchscreentouch9press.Setup()
|
||
|
.At(this, 272)
|
||
|
.WithParent(parent)
|
||
|
.WithName("press")
|
||
|
.WithDisplayName("Touch Touch Contact?")
|
||
|
.WithShortDisplayName("Touch Touch Contact?")
|
||
|
.WithLayout(kTouchPressLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 592,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9press;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.IntegerControl Initialize_ctrlTouchscreentouch9tapCount(InternedString kIntegerLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9tapCount = new UnityEngine.InputSystem.Controls.IntegerControl();
|
||
|
ctrlTouchscreentouch9tapCount.Setup()
|
||
|
.At(this, 273)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tapCount")
|
||
|
.WithDisplayName("Touch Tap Count")
|
||
|
.WithShortDisplayName("Touch Tap Count")
|
||
|
.WithLayout(kIntegerLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1113150533),
|
||
|
byteOffset = 593,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 8
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9tapCount;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch9indirectTouch(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9indirectTouch = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch9indirectTouch.Setup()
|
||
|
.At(this, 274)
|
||
|
.WithParent(parent)
|
||
|
.WithName("indirectTouch")
|
||
|
.WithDisplayName("Touch Indirect Touch?")
|
||
|
.WithShortDisplayName("Touch Indirect Touch?")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 595,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9indirectTouch;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.ButtonControl Initialize_ctrlTouchscreentouch9tap(InternedString kButtonLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9tap = new UnityEngine.InputSystem.Controls.ButtonControl();
|
||
|
ctrlTouchscreentouch9tap.Setup()
|
||
|
.At(this, 275)
|
||
|
.WithParent(parent)
|
||
|
.WithName("tap")
|
||
|
.WithDisplayName("Touch Tap")
|
||
|
.WithShortDisplayName("Touch Tap")
|
||
|
.WithLayout(kButtonLayout)
|
||
|
.IsButton(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1112101920),
|
||
|
byteOffset = 595,
|
||
|
bitOffset = 4,
|
||
|
sizeInBits = 1
|
||
|
})
|
||
|
.WithMinAndMax(0, 1)
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9tap;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.DoubleControl Initialize_ctrlTouchscreentouch9startTime(InternedString kDoubleLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9startTime = new UnityEngine.InputSystem.Controls.DoubleControl();
|
||
|
ctrlTouchscreentouch9startTime.Setup()
|
||
|
.At(this, 276)
|
||
|
.WithParent(parent)
|
||
|
.WithName("startTime")
|
||
|
.WithDisplayName("Touch Start Time")
|
||
|
.WithShortDisplayName("Touch Start Time")
|
||
|
.WithLayout(kDoubleLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1145195552),
|
||
|
byteOffset = 600,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9startTime;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.Vector2Control Initialize_ctrlTouchscreentouch9startPosition(InternedString kVector2Layout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9startPosition = new UnityEngine.InputSystem.Controls.Vector2Control();
|
||
|
ctrlTouchscreentouch9startPosition.Setup()
|
||
|
.At(this, 277)
|
||
|
.WithParent(parent)
|
||
|
.WithChildren(288, 2)
|
||
|
.WithName("startPosition")
|
||
|
.WithDisplayName("Touch Start Position")
|
||
|
.WithShortDisplayName("Touch Start Position")
|
||
|
.WithLayout(kVector2Layout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1447379762),
|
||
|
byteOffset = 608,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 64
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9startPosition;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9positionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9positionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch9positionx.Setup()
|
||
|
.At(this, 278)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Position X")
|
||
|
.WithShortDisplayName("Touch Touch Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 564,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9positionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9positiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9positiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch9positiony.Setup()
|
||
|
.At(this, 279)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.DontReset(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 568,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9positiony;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9deltaup(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9deltaup = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch9deltaup.Setup()
|
||
|
.At(this, 280)
|
||
|
.WithParent(parent)
|
||
|
.WithName("up")
|
||
|
.WithDisplayName("Touch Touch Delta Up")
|
||
|
.WithShortDisplayName("Touch Touch Delta Up")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 576,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9deltaup;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9deltadown(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9deltadown = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch9deltadown.Setup()
|
||
|
.At(this, 281)
|
||
|
.WithParent(parent)
|
||
|
.WithName("down")
|
||
|
.WithDisplayName("Touch Touch Delta Down")
|
||
|
.WithShortDisplayName("Touch Touch Delta Down")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 576,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9deltadown;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9deltaleft(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9deltaleft = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMin = -3.402823E+38f, invert = true };
|
||
|
ctrlTouchscreentouch9deltaleft.Setup()
|
||
|
.At(this, 282)
|
||
|
.WithParent(parent)
|
||
|
.WithName("left")
|
||
|
.WithDisplayName("Touch Touch Delta Left")
|
||
|
.WithShortDisplayName("Touch Touch Delta Left")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 572,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9deltaleft;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9deltaright(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9deltaright = new UnityEngine.InputSystem.Controls.AxisControl { clamp = UnityEngine.InputSystem.Controls.AxisControl.Clamp.BeforeNormalize, clampMax = 3.402823E+38f };
|
||
|
ctrlTouchscreentouch9deltaright.Setup()
|
||
|
.At(this, 283)
|
||
|
.WithParent(parent)
|
||
|
.WithName("right")
|
||
|
.WithDisplayName("Touch Touch Delta Right")
|
||
|
.WithShortDisplayName("Touch Touch Delta Right")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.IsSynthetic(true)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 572,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9deltaright;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9deltax(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9deltax = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch9deltax.Setup()
|
||
|
.At(this, 284)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Delta X")
|
||
|
.WithShortDisplayName("Touch Touch Delta X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 572,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9deltax;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9deltay(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9deltay = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch9deltay.Setup()
|
||
|
.At(this, 285)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Delta Y")
|
||
|
.WithShortDisplayName("Touch Touch Delta Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 576,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9deltay;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9radiusx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9radiusx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch9radiusx.Setup()
|
||
|
.At(this, 286)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Radius X")
|
||
|
.WithShortDisplayName("Touch Touch Radius X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 584,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9radiusx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9radiusy(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9radiusy = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch9radiusy.Setup()
|
||
|
.At(this, 287)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Radius Y")
|
||
|
.WithShortDisplayName("Touch Touch Radius Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 588,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9radiusy;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9startPositionx(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9startPositionx = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch9startPositionx.Setup()
|
||
|
.At(this, 288)
|
||
|
.WithParent(parent)
|
||
|
.WithName("x")
|
||
|
.WithDisplayName("Touch Touch Start Position X")
|
||
|
.WithShortDisplayName("Touch Touch Start Position X")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 608,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9startPositionx;
|
||
|
}
|
||
|
|
||
|
private UnityEngine.InputSystem.Controls.AxisControl Initialize_ctrlTouchscreentouch9startPositiony(InternedString kAxisLayout, InputControl parent)
|
||
|
{
|
||
|
var ctrlTouchscreentouch9startPositiony = new UnityEngine.InputSystem.Controls.AxisControl();
|
||
|
ctrlTouchscreentouch9startPositiony.Setup()
|
||
|
.At(this, 289)
|
||
|
.WithParent(parent)
|
||
|
.WithName("y")
|
||
|
.WithDisplayName("Touch Touch Start Position Y")
|
||
|
.WithShortDisplayName("Touch Touch Start Position Y")
|
||
|
.WithLayout(kAxisLayout)
|
||
|
.WithStateBlock(new InputStateBlock
|
||
|
{
|
||
|
format = new FourCC(1179407392),
|
||
|
byteOffset = 612,
|
||
|
bitOffset = 0,
|
||
|
sizeInBits = 32
|
||
|
})
|
||
|
.Finish();
|
||
|
return ctrlTouchscreentouch9startPositiony;
|
||
|
}
|
||
|
}
|
||
|
}
|