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

@@ -366,8 +366,8 @@ public:
class InputMappingInterface : public WorkspaceWindow
{
std::array< std::string, 3 > input_mode;
std::array< uint, 3 > current_input_for_mode;
std::array< std::string, 4 > input_mode;
std::array< uint, 4 > current_input_for_mode;
uint current_input_;