Touch animation: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "{{Stub}} Designed for 2d objects, such as a canvas placements, this permits the receipt of touch (mouse click) events to enable the simulation of avionics with a touchscreen....")
 
No edit summary
Line 17: Line 17:
<binding>
<binding>
<command>nasal</command>
<command>nasal</command>
<script>print("touch input
<script>
(",cmdarg().getNode("x").getValue(),",",cmdarg().getNode("y").getValue())</script>
var values = cmdarg().getValues();
print("touch input:");
foreach(var field; keys(values)) {
debug.dump( field );
}
</script>
</binding>
</binding>
</action>
</action>

Navigation menu