Commit Graph

6 Commits (47e9b9ba16adc7d0cebf1f453936f9ae704c13cf)

Author SHA1 Message Date
iwgeric 47e9b9ba16 Android: Remove unused property to track if joysticks are enabled. 10 years ago
iwgeric a55aae21f9 Minor cleanup of mouse / keyboard methods for touch. 10 years ago
iwgeric 1ed1463476 Add support for enabling/disabling KeyEvent simulation for soft keyboards on Android similar to MouseEvents. 10 years ago
iwgeric 249f62fe95 remove showVirtualKeyboard from TouchInput 10 years ago
shadowislord 18b9ef5540 Refactor Android system 11 years ago
Normen Hansen a16857c8f4 switch to gradle layout 11 years ago
iwg..ic 743aa2144a Android: Add scaling to input coordinates (onTouch Coordinates from Android) to compensate for manually set surface resolutions. Android always sends the touch coordinates relative to the view resolution, not the resolution of the surface. If users use view.getHolder().setFixedSize(width, height) in MainActivity.onCreate(), then the input coordinates are not correct which messes up ray casting and other things. This scales the input coordinates before sending them to jME. 12 years ago
iwg..ic 60c58fd081 Android: Add new extendable input system to organize various Android inputs so that they can be extended to support new Android input functionality when the OS running the app supports it. Not activated yet. Just adding the supporting classes for now. 12 years ago