Function Event_RaiseInput

Source
pub unsafe fn Event_RaiseInput(
    handlers: &mut Event_Input,
    key: c_int,
    repeating: cc_bool,
    device: *mut InputDevice,
)
Expand description

Calls all registered callbacks for an event which has keyboard key/mouse button. repeating is whether the key/button was already pressed down. (i.e. user is holding down key)