MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / getEvent

Method getEvent

src/player/mpv.cpp:231–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231mpv_event *Mpv::getEvent() {
232 return mpv_wait_event(handle, 0);
233}
234
235mpv_handle *Mpv::getHandle() {
236 return handle;

Callers 1

onUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected