I am using ISelectHandler and IPointerClickHandler. Now when a UI Object is clicked, it is also automatically selected first. I want to find out if that selection was triggered by a pointer click, or by a keyboard/controller event.
Since OnSelect only has access to the BaseEventData I have no idea how to do this. My first idea was to use the input module involved, but since I’m using the Standalone module, both mouseclick and keyboard/controller event come from the same module, so I can’t use that to differentiate.
Any ideas?