Simon.Anderson Posted March 4, 2015 Posted March 4, 2015 Hi, Having trouble finding any documentation on implementation/use of the unigine API for touch screen for pc tablets - pinch/zoom, pan etc. Found a code snippet in the help using engine.tablet.getMouseX(), engine.tablet.getMouseY() but no documentation on the engine.tablet API at all. Are there any examples/doco for this stuff?! Thanks, Simon
qubblr Posted March 4, 2015 Posted March 4, 2015 Hi Simon, Unfortunately the engine.tablet class is no longer in use, all articles on mobile devices are deprecated. The only functions available for touch screens are: engine.app.getNumTouches(), engine.app.getTouchX(), engine.app.getTouchY(). 1
Recommended Posts