Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
413
inline void BaseUi::SetShowFps(ConfigEnum::ShowFps fps) {
414
vcfg.fps.Set(fps);
415
original_fps_show_state = fps;
416
}
417
418
inline void BaseUi::SetPauseWhenFocusLost(bool value) {
419
vcfg.pause_when_focus_lost.Set(value);
Callers
1
RefreshVideo
Method · 0.80
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected