pub unsafe extern "C" fn ulCreateGamepadButtonEvent(
index: c_uint,
button_index: c_uint,
value: f64,
) -> ULGamepadButtonEventExpand description
Create a gamepad button event, see GamepadButtonEvent for help using this function.
pub unsafe extern "C" fn ulCreateGamepadButtonEvent(
index: c_uint,
button_index: c_uint,
value: f64,
) -> ULGamepadButtonEventCreate a gamepad button event, see GamepadButtonEvent for help using this function.