DLL

Constant DLL 

Source
pub const DLL: &'static str = "xinput_???.dll";
Expand description

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.