- Home /
This post has been wikified, any user with enough reputation can edit it.
Question by
jbecana · Jan 16, 2015 at 02:37 PM ·
user interface
PointerEventData pointerID inconsistency
I'm using PointEventData for both mouse and touch inputs, I do a very simple second touch simulation using the right mouse button. I found that pointerID values for touch inputs started on 0, but values for mouse inputs were negative numbers (-1 left, -2 right) instead of the expected 0,1. Is there any purpose on this?
Comment