Based on the Android platform, u3d the Bluetooth handle key value acquisition

Source: Internet
Author: User

For Android platforms, the physical Bluetooth handle has been encapsulated, the upper application is not visible, that is, for the upper application, do not distinguish between Bluetooth handles or other handles;

After completing the Bluetooth handle and the Bluetooth connection of the Android phone, you can get its key value in Unity3d;

In U3d, there are two main types of fetching interfaces for handle key values:

1. Joystick:

Translationy = Input.getaxis ("Vertical") * 10.0f;
Translationx = Input.getaxis ("horizontal") * 10.0f;

The precision returned by the Input.getaxis is [ -1,1], which varies from 1 to 1 with the joystick pulling;

2. Key:

Input.anykeydown

Input.getkeydown (KeyCode)

Input.getkeyup (KeyCode)

Input.getkey (KeyCode)

Record the key embodied distribution of the handle on the hand:

Leftshit Rightshit

Leftalt RightAlt

Axis (JoystickButton8 when pressed) JoystickButton3

JoystickButton2 JoystickButton1

JoystickButton0

(JoystickButton9 when pressed)

Based on the Android platform, u3d the Bluetooth handle key value acquisition

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.