ulCreateGamepadAxisEvent

Function ulCreateGamepadAxisEvent 

Source
pub unsafe extern "C" fn ulCreateGamepadAxisEvent(
    index: c_uint,
    axis_index: c_uint,
    value: f64,
) -> ULGamepadAxisEvent
Expand description

Create a gamepad axis event, see GamepadAxisEvent for help using this function.