[][src]Constant libmpv_sys::mpv_event_id_MPV_EVENT_SCRIPT_INPUT_DISPATCH

pub const mpv_event_id_MPV_EVENT_SCRIPT_INPUT_DISPATCH: mpv_event_id = 15;

@deprecated This was used internally with the internal "script_dispatch" command to dispatch keyboard and mouse input for the OSC. It was never useful in general and has been completely replaced with "script-binding". This event never happens anymore, and is included in this header only for compatibility.