Imput Mapping support for Multitouch with TouchOSC

16 touch buttons in Multitouch tab of TouchOSC companion app for user customized callbacks.
This commit is contained in:
Bruno Herbelin
2022-02-13 12:49:43 +01:00
parent 3cf497fa91
commit fc5b967973
7 changed files with 176 additions and 65 deletions

View File

@@ -267,9 +267,9 @@ void Settings::Save(uint64_t runtime)
// Inputs mapping
XMLElement *mappingConfNode = xmlDoc.NewElement( "Mapping" );
timerConfNode->SetAttribute("mode", application.mapping.mode);
timerConfNode->SetAttribute("current", application.mapping.current);
timerConfNode->SetAttribute("disabled", application.mapping.disabled);
mappingConfNode->SetAttribute("mode", application.mapping.mode);
mappingConfNode->SetAttribute("current", application.mapping.current);
mappingConfNode->SetAttribute("disabled", application.mapping.disabled);
pRoot->InsertEndChild(mappingConfNode);
// Controller