Пример #1
0
 public DS4Data()
 {
     Orientation = new DS4Orientation();
     Touches     = new int[2, 2];
     lstick      = new byte[2];
     rstick      = new byte[2];
 }
Пример #2
0
 public DS4(IntPtr hidapi_handle, string hidapi_path)
 {
     _hidapi_handle = hidapi_handle;
     _hidapi_path = hidapi_path;
     _Orientation = new DS4Orientation();
 }
Пример #3
0
 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();
 }