MCPcopy Create free account
hub / github.com/MihailRis/voxelcore / getControlsFile

Method getControlsFile

src/files/engine_paths.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68fs::path EnginePaths::getControlsFile() {
69 return userfiles/fs::path(CONTROLS_FILE);
70}
71
72fs::path EnginePaths::getSettingsFile() {
73 return userfiles/fs::path(SETTINGS_FILE);

Callers 2

loadControlsMethod · 0.80
saveSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected