MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / importKBMFile

Method importKBMFile

Source/gui/TuningComponent.cpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void TuningComponent::importKBMFile() {
81 DBG("importKBMFile()");
82 importKBMFromFileBrowser("",
83 "*.kbm",
84 "Load KBM keyboard file...",
85 FileBrowserComponent::openMode | FileBrowserComponent::canSelectFiles);
86}
87
88void TuningComponent::exportSCLFileWithFileBrowser() {
89 DBG("exportSCLFile()");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected