MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetShowFps

Method SetShowFps

src/baseui.h:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413inline void BaseUi::SetShowFps(ConfigEnum::ShowFps fps) {
414 vcfg.fps.Set(fps);
415 original_fps_show_state = fps;
416}
417
418inline void BaseUi::SetPauseWhenFocusLost(bool value) {
419 vcfg.pause_when_focus_lost.Set(value);

Callers 1

RefreshVideoMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected