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

Function if

src/player/player.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236#ifdef __PS4__
237 else if (keys & c2d::Input::Key::Select) {
238 osd->setVisibility(c2d::Visibility::Visible);
239 getMpv()->seek(-60.0);
240 } else if (keys & c2d::Input::Key::Start) {
241 osd->setVisibility(c2d::Visibility::Visible);
242 getMpv()->seek(60.0);
243 }

Callers

nothing calls this directly

Calls 2

seekMethod · 0.80
setVisibilityMethod · 0.45

Tested by

no test coverage detected