Enum vjoy_wrapper::vjoy_extra::SDL2VjoyError [−][src]
pub enum SDL2VjoyError { DeviceCountError, RegError(VJDRegistryError), IntegerOverflows(&'static str, u32), SdlError(String), }
Expand description
Describes error from [sdl2_get_vjoys
].
Variants
The number of vjoy joysticks found by SDL2 doesn’t match the number of vjoy devices found in the windows registry.
RegError(VJDRegistryError)
Registry error when trying to capture vjoy registered devices in the windows registry.
A given integer was so big that its representation as a C integer would be negative.
SdlError(String)
SDL2 error.