Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
fs::path EnginePaths::getControlsFile() {
69
return userfiles/fs::path(CONTROLS_FILE);
70
}
71
72
fs::path EnginePaths::getSettingsFile() {
73
return userfiles/fs::path(SETTINGS_FILE);
Callers
2
loadControls
Method · 0.80
saveSettings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected