Ozan Posted February 4, 2022 Posted February 4, 2022 Hi, I am trying to detect when a user clicks (& holds) two buttons at the same time on the phone (HTC Flow) in Unity, when I use Input.GetKey() for the right and left buttons separately it works, but when I combine them with an &&, it doesnt register. Is there any way to achieve this or is the double tap reserved for the system? What I want to do is an interaction similar to the reset view interaction. Thanks in advance. Best Regards, Ozan @Corvus
Danilo Delponte Posted March 29, 2022 Posted March 29, 2022 (edited) Hi Ozan, what keys are you listening to? I'm looking to achieve the same behaviour, but I can't find which keys should I listen to in the first place. Could not find any documentation regarding Vive Flow inputs on the phone. Edited March 29, 2022 by Danilo Delponte
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now