I have wrote the functionality for touch screen support in BinaRena. It does perform normal touch screen options like translating and zooming. However, currently, it cannot do both at the same time. Additionally, to make the code cleaner, I could use functions but then I would have to create global variables in the render.js file. Let me know what you think.
Hi @qiyunzhu ,
I have wrote the functionality for touch screen support in BinaRena. It does perform normal touch screen options like translating and zooming. However, currently, it cannot do both at the same time. Additionally, to make the code cleaner, I could use functions but then I would have to create global variables in the
render.js
file. Let me know what you think.