Expand description
XInput constants/functions that have yet to be implemented, or will not be implemented.
The functions are all undocumented.
Constants§
- DLL
- A DLL name to feed into
LoadLibraryetc. - varies based on Windows SDK / DirectX SDK, as well as ambient defines. Since this crate also handles loading from multiple versions automagically under the hood, this isn’t terribly necessary. - DLL_A
- Ambient narrow system codepage version of
DLL. Presumes the system locale is an ASCII variant, which is a bad assumption.abistrcould help give this a saner type…? - DLL_W
- Ambient wide version of
DLL. Would require a dependency onabistror similar.
Functions§
- cancel_
guide_ button_ wait - [
microsoft.com] XInputCancelGuideButtonWait (1.3 ..= 1.4) - get_
base_ bus_ information - [
microsoft.com] XInputGetBaseBusInformation (1.4 only) - get_
capabilities_ ex - [
microsoft.com] XInputGetCapabilitiesEx (1.4 only) - wait_
for_ guide_ button - [
microsoft.com] XInputWaitForGuideButton (1.3 ..= 1.4)