GithubHelp home page GithubHelp logo

Comments (2)

rbozan avatar rbozan commented on September 6, 2024

What also could be an alternative to this is to have an axis in the input manager where it could tilt the device. So you can actually have an other configuration made for mobile, instead of only controller + pc

from inputmanager.

daemon3000 avatar daemon3000 commented on September 6, 2024

I added a new type of axis called ManualAxis. This axis type doesn't do anything by default. You have to call InputManager.SetManualAxisValue to update the value of a manual axis. You can call this method at any time but it's best if you subscribe to the ManualUpdate event of the input manager class and update the value when the event is fired. This way all axes(manual or not) will be updated at the same time.

Things you should keep in mind about manual axes:

  • They will not work with the Ignore Timescale feature of the input manager
  • They are not affected by the Sensitivity property
  • They are not affected by the Invert property

manual_axis

from inputmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.