Unity Android hack KEYCODE_MUTE from System sending Keyevent

0

Is there a way to handle KEYCODE_MUTE events with onTouchEvent in Unity Android?

I want to receive a KEYCODE_MUTE from Unity in the system.

public static final int KEYCODE_MUTE
Key code constant: Mute key. Mutes the microphone, unlike KEYCODE_VOLUME_MUTE. * @apiSince 3
Constant Value: 91 (0x0000005b)
android
unity-container
asked on Stack Overflow Oct 1, 2019 by wonsork • edited Oct 3, 2019 by IlGala

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0