public DS4Data() { Orientation = new DS4Orientation(); Touches = new int[2, 2]; lstick = new byte[2]; rstick = new byte[2]; }
public DS4(IntPtr hidapi_handle, string hidapi_path) { _hidapi_handle = hidapi_handle; _hidapi_path = hidapi_path; _Orientation = new DS4Orientation(); }