Commit Graph

3 Commits (cdf614d3ad49cbf0c31f0eb72338b146a620e602)

Author SHA1 Message Date
iwgeric a116389814 Forgot to add isSimulateKeyboard to TouchInput interface. 10 years ago
iwgeric 249f62fe95 remove showVirtualKeyboard from TouchInput 10 years ago
Normen Hansen a16857c8f4 switch to gradle layout 11 years ago
iwg..ic 9ed99ce21f Add placeholder for future showVirtualKeyboard method for platforms implementing TouchInput 12 years ago
rem..om 9e3a98931a AndroidInput : Discarded new events when the eventQueue is full to avoid an overflow error. This should only append when more than 1024 events are generated before they've been transformd to JME input events. 12 years ago
iwg..ic e21f22e6dc Fixed issue with handling Multi-Touch not tracking MOVE for second finger when first finger is lifted. Thanks to kumasao. 12 years ago
iwg..ic 1df4fe8346 Attempt to clean up some references to help with out of memory issues on second start of app on Android 12 years ago
iwg..ic 47cb989c63 Added mapping of Android Scale Gesture (ie PinchZoom) to mouse wheel. If mouseEventsEnabled is set, mouse wheel reacts to the gesture. 13 years ago
pot..om 48b40f4e3c Fixed issue where MOVE events were being generated even if the deltaX and deltaY were both 0. Now MOVE events with both deltaX and deltaY values of 0 will not be generated. See post http://jmonkeyengine.org/groups/android/forum/topic/differentiating-tap-from-a-quick-downmoveup/ 13 years ago
pot..om 242f5d82f9 Fixed issue with AndroidInput not resetting the last touch position correctly on the UP and DOWN actions. See forum post http://jmonkeyengine.org/groups/android/forum/topic/small-bug-in-androidinput/#post-183530 13 years ago
Sha..rd cc3577acdc * Android renderer now supports configuration changes (see: http://jmonkeyengine.org/groups/android/forum/topic/supporting-device-configuration-changes/#post-181170) 13 years ago
rem..om cd64f74898 - ANDROID fixed multitouch move taht was not sending additional pointers event. thanks to iwgeric 13 years ago
Sha..rd 29b2596359 * Removed various misc handling code from AndroidHarness to OGLESContext/JmeAndroidSystem to ease using jME3 outside of AndroidHarness 13 years ago
rem..om 859123673e Committed patch from iwgEric that fixes a couple of issues on android touchinput http://jmonkeyengine.org/groups/android/forum/topic/error-with-nifty-and-awt/?topic_page=2#post-165433 13 years ago
Sha..rd 1aed2068be * Formatted many android classes and files 13 years ago
rem..om bb9b2ea5ce Changes to AndroidInput to properly handle multipoint touch events with proper ids (thanks to techsonic) 13 years ago
rem..om 1547500b5a AndroidInput now correctly handles mutiple pointers touch events 13 years ago
rem..om dd76ee0890 Fixed Tap confirme event that was sending 2 tap events on each tap 13 years ago
rem..om a906b97be3 AndroidInput now correctly dispatches DOUBLETAP event 13 years ago
rem..om 5454675cda Formatted AndroidInput.java so it doesn't look like a C++ file... 13 years ago
nor..67 3cdaf0e051 jme3: 14 years ago
kim..ng 2f8ae09033 Android: Fixed a race condition in OGLESContext which sometimes called initialize() more than once, added screen resolution setting and invert mouse x to harness 14 years ago
kim..ng 7b0f06ff4d Android: added mouseEventsInvertY option to Harness 14 years ago
kim..ng f5ee0ca201 Android: Added positional audio and let the user control the overall media volume 14 years ago
kim..ng 026b7f2211 added sending of historic events and added exit dialog to AndroidHarness 14 years ago
kim..ng f42b7e8f83 Android: Added pressure to touch event and allow standard jme images as cube maps 14 years ago
kim..ng dd100bed74 Android: preparation of android tree for jme input integration 14 years ago
kim..ng 8cefea550e Android: Fixed race-condition on GLSurfaceView destroy, fixed MouseEvents for flyCam rotation bug 14 years ago
kim..ng 46ca84e835 AndroidHarness integration 14 years ago
kim..ng a8e9d803dc src/android patchset: changes AndroidAssetManager, AndroidInput, OGLESContext, JmeSystem, TextureLoader 14 years ago
nor..67 9e53abbb7a move jme3 to trunk 14 years ago