Module todo

Module todo 

Source
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 LoadLibrary etc. - 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. abistr could help give this a saner type…?
DLL_W
Ambient wide version of DLL. Would require a dependency on abistr or 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)