mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-21 09:58:25 -05:00
11 lines
287 B
C++
11 lines
287 B
C++
#pragma once
|
|
namespace hid::detail
|
|
{
|
|
void Init();
|
|
|
|
uint32_t GetState(uint32_t dwUserIndex, XAMINPUT_STATE* pState);
|
|
uint32_t SetState(uint32_t dwUserIndex, XAMINPUT_VIBRATION* pVibration);
|
|
|
|
uint32_t GetCapabilities(uint32_t dwUserIndex, XAMINPUT_CAPABILITIES* pCaps);
|
|
}
|