- Home /
Touch inputs on a Desktop type device
Hi,
I searched the web for this question, but didn't find any topic...
Is it possible for a Desktop device to get Touch inputs ?
So, for a control manager class, have we to consider that it's possible for a user to play the game with his fingers AND his mouse ? So, we should let him the choice... ?
Thanks in advance.
PS : And in the same way : Is it possible for an Handheld device to get Mouse inputs... ?
I think yes. There are laptops with touch screen and you can plug in mouse to an adroid device with OTG.
Answer by screenname_taken · Apr 27, 2015 at 07:29 PM
That's a yes for both questions if you are using the UI introduced in 4.6. I can use a pc mouse on my android tablet to click on stuff, and the event manager object has a tick box for using touch on standalone player.
Answer by eForger · Apr 27, 2015 at 07:44 PM
Thank you all, that's I was thinking but I haven't got the good devices for testing... ^^ So I'll code my input manager for letting the user the choice between mouse and touch interactions if his device lets him the possibility.
Thanks again !
Your answer
Follow this Question
Related Questions
How to detect number of mouse/trackpad buttons? 0 Answers
What's the entry name for mouse buttons in InputManager? 2 Answers
GetAxisRaw("Mouse X") not even close to manual mouse movement 0 Answers
Object.OnMouseDown vs Input.GetMouseButtonDown 1 Answer
Multiple Players on one Computer/Console 5 Answers