Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hrydgard
GitHub Repository: hrydgard/ppsspp
Path: blob/master/Windows/Hid/DualSense.h
5698 views
1
#pragma once
2
3
#include "Common/CommonWindows.h"
4
5
bool InitializeDualSense(HANDLE handle, int outReportSize);
6
bool ShutdownDualsense(HANDLE handle, int outReportSize);
7
bool ReadDualSenseInput(HANDLE handle, HIDControllerState *state, int inReportSize);
8
9