Hi,
I will need to use both mouse and touch for the inputs in my project. For the mouse, I have done the events as per needed.
For example, I cannot click on the buttons in the tablet before I added in the touch events. But upon adding the touch events, the problem is settled.
However, another problem occur which forced me to remove the recently added touch events, thus removing the problem.
My questions are:
For the touch events, is it necessary for the touch events to be included in the event sheet?
Or it are the mouse events automatically converted to touch events when tested out on tablets?