pub unsafe extern "C" fn ulCreateGamepadAxisEvent(
index: c_uint,
axis_index: c_uint,
value: f64,
) -> ULGamepadAxisEventExpand description
Create a gamepad axis event, see GamepadAxisEvent for help using this function.
pub unsafe extern "C" fn ulCreateGamepadAxisEvent(
index: c_uint,
axis_index: c_uint,
value: f64,
) -> ULGamepadAxisEventCreate a gamepad axis event, see GamepadAxisEvent for help using this function.