1#pragma once 2 3#include "Common/CommonWindows.h" 4 5bool InitializeDualSense(HANDLE handle, int outReportSize); 6bool ShutdownDualsense(HANDLE handle, int outReportSize); 7bool ReadDualSenseInput(HANDLE handle, HIDControllerState *state, int inReportSize); 8 9