Ali-RS
db1b8f9eb4
Removed unused imports. ( #1020 )
6 years ago
Stephen Gold
e6b23342fb
correct more grammar/spelling errors in comments
6 years ago
Stephen Gold
8b70b64505
comment corrections: mostly spelling and grammar
6 years ago
NemesisMate
4251d70b75
Fixed softkeyboard's (simulated) backspace not being recognized ( #714 )
...
The fix assumes that if a key-event's device is not recognized and the soft-keyboard is open, it is a touch-input event.
8 years ago
iwgeric
ef35af958b
Remove logging on touch events
9 years ago
iwgeric
116adbba1f
Android: Support JoystickCompatibilityMappings for reassigning joystick axes and buttons.
...
Also added ability to add new buttons as events come in due to Android not providing a definitive way to determine which buttons are supported on the device.
10 years ago
iwgeric
d80de0cc5b
Android: Add static property to disable sensors but still have joysticks.
...
May move this to AppSettings later, but not sure yet.
10 years ago
iwgeric
6c24390663
Android: Fix issue handling key events that are tied to both keyboard and gamepad
10 years ago
iwgeric
61ba11d872
Rework of Android input system to support future expansion and gamepad support.
...
Gamepad support is still a work in progress, but functions.
10 years ago
iwgeric
22d3f7f9f4
Android: Refactor joystick support to prepare for upcoming gamepad support.
10 years ago
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.
...
Depreciated InputManager.getSimluateMouse and replaced with InputManager.isSimulateMouse for consistancy.
Removed depreciated TouchInput.getSimulateMouse().
Added InputManager.isSimulateKeyboard() to keep consistancy with mouse methods.
10 years ago
iwgeric
a116389814
Forgot to add isSimulateKeyboard to TouchInput interface.
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
iwgeric
858fd433ca
Implement showSoftKeyboard for Android.
...
Also changed JmeAndroidSystem to store the view instead of the activity.
When users call JmeSystem.showSoftKeyboard(true), the default Android soft keyboard is displayed and any key presses are sent to jME as touch events. Key events are also generated so the user can use the same key listeners as Desktop to keep the user code common between Desktop and Android platforms.
10 years ago
shadowislord
18b9ef5540
Refactor Android system
...
* Minor clean in context creation
* Remove AndroidGLSurfaceView (it wasn't doing anything)
* Delete AndroidTimer. Now android will be using NanoTimer
11 years ago
Normen Hansen
a16857c8f4
switch to gradle layout
11 years ago
PSp..om
ed77d40c63
First pass at copying the source files with history into the
...
new gradle-based structure.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10964 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago