Go to the documentation of this file. 1 #ifndef BUTTON_BEHAVIOUR_h
2 #define BUTTON_BEHAVIOUR_h
4 #include "Behaviours.h"
68 return "<String buttonId>";
77 String str =
"{\"id\":\"" + String(
_node->getId()) +
"\",\"Input\":{\"type\":\"" + String(
name()) +
"\",\"button\":\"" +
args +
"\"}}";
80 return "ButtonHeld behaviour " +
_name +
" with (" +
args +
")";
103 return "<String buttonId>";
String _name
Definition: Behaviours.hpp:16
Definition: Behaviours.hpp:9
Definition: VizBlocks.hpp:18