Hi,
I am working on multitouch in B4J and I have some questions.
Idea is to have pane same size as form, and when there is touch event on pane i get data on x, y, id of touch...
My code is here:
#Region Project Attributes
#MainFormWidth: 600
#MainFormHeight: 600
#End Region
Sub...