Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made Cmotionmanager protected so that users can customize motion controls. #4922

Closed
wants to merge 9 commits into from

Commits on Oct 11, 2017

  1. Merge pull request #1 from libgdx/master

    Sync latest changes.
    Leejjon committed Oct 11, 2017
    Copy the full SHA
    0564830 View commit details
    Browse the repository at this point in the history
  2. Made the CMotionManager and methods that use it protected so that its…

    … behavior can be overridden if you need slight custom motion controls. For example in my game it is detecting when the device is being shaked. This way you don't have to init a second CMotionManager object.
    Leejjon committed Oct 11, 2017
    Copy the full SHA
    169156b View commit details
    Browse the repository at this point in the history
  3. Refactored the modifiers in the IOSApplication classes of both the MO…

    …E and RoboVM implementations.
    Leejjon committed Oct 11, 2017
    Copy the full SHA
    b2e6316 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bc696a4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f47963c View commit details
    Browse the repository at this point in the history
  6. Another whitespace fix.

    Leejjon committed Oct 11, 2017
    Copy the full SHA
    ed78054 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    24c311e View commit details
    Browse the repository at this point in the history
  8. Moved it back in place.

    Leejjon committed Oct 11, 2017
    Copy the full SHA
    30368c1 View commit details
    Browse the repository at this point in the history
  9. My method signature change caused a subclass not to compile anymore. …

    …Fixed the method signature there too.
    Leejjon committed Oct 11, 2017
    Copy the full SHA
    f06ae60 View commit details
    Browse the repository at this point in the history