UnityEngine.NScreenBridge.SetInput C# (CSharp) Method

SetInput() private method

private SetInput ( int x, int y, int button, int key, int type ) : void
x int
y int
button int
key int
type int
return void
        public extern void SetInput(int x, int y, int button, int key, int type);
        [MethodImpl(MethodImplOptions.InternalCall)]