GetJoypadName

ジョイパッドのデバイス登録名と製品登録名を取得する(InstanceNameBuffer, ProductNameBuffer共に260以上のバッファサイズが必要)

version(Windows && !DX_NON_INPUT)
nothrow @nogc extern (C++, DxLib) extern
int
GetJoypadName
(,
dxlib_d.DxDataType.TCHAR* InstanceNameBuffer
,
dxlib_d.DxDataType.TCHAR* ProductNameBuffer
)

Meta