コード例 #1
0
 public DS4Data()
 {
     Orientation = new DS4Orientation();
     Touches     = new int[2, 2];
     lstick      = new byte[2];
     rstick      = new byte[2];
 }
コード例 #2
0
ファイル: DS4.cs プロジェクト: Flafla2/Unity-DS4
 public DS4(IntPtr hidapi_handle, string hidapi_path)
 {
     _hidapi_handle = hidapi_handle;
     _hidapi_path = hidapi_path;
     _Orientation = new DS4Orientation();
 }
コード例 #3
0
ファイル: DS4.cs プロジェクト: Flafla2/Unity-DS4
 public DS4Data()
 {
     Orientation = new DS4Orientation();
     Touches = new int[2, 2];
     lstick = new byte[2];
     rstick = new byte[2];
 }
コード例 #4
0
 public DS4(IntPtr hidapi_handle, string hidapi_path)
 {
     _hidapi_handle = hidapi_handle;
     _hidapi_path   = hidapi_path;
     _Orientation   = new DS4Orientation();
 }