Question by
aDDek · May 05, 2016 at 12:36 PM ·
androidmouseclick
Right mouse button don't work on android.
Hi, I have strange problem with click right mouse button on android, left button works correct but there is no reaction for right. In other android project, I'm also use RMB and there is no problem.
Maybe there is some options that should I enable/disable?
for detect click i'm using this code and in editor it works great:
if (Input.GetMouseButtonDown(0))
{...}
if (Input.GetMouseButtonDown(1))
{...}
Comment
Your answer
Follow this Question
Related Questions
(bluetooth mouse)right mouse button in android 0 Answers
Right Mouse Click in Android 0 Answers
Get Android Mac Address 1 Answer
Where can i find a good multiplayer shooter tutorial for android? 0 Answers