peacemaker Expert Licensed User Longtime User May 4, 2024 #1 Hi, All If to inherit the post https://www.b4x.com/android/forum/t...ving-dragging-by-_touch-event.160800/#content, next questions: If on PC we can: select objects by LMB (left mouse button) or drag objects by LMB move whole objects area by RMB zoom objects area by MW (mouse wheel), maybe with some key pressed\hold (SHIFT, CTRL) , but how can work these actions at mobile screen ? select objects by short tap (LMB) or drag objects - but it looks like by RMB (long tap) ? move whole objects area - impossible ? zoom objects area - 2 point pinch: what mouse action(-s) does this correspond ? Did you try such development ? Did you see any realization ?
Hi, All If to inherit the post https://www.b4x.com/android/forum/t...ving-dragging-by-_touch-event.160800/#content, next questions: If on PC we can: select objects by LMB (left mouse button) or drag objects by LMB move whole objects area by RMB zoom objects area by MW (mouse wheel), maybe with some key pressed\hold (SHIFT, CTRL) , but how can work these actions at mobile screen ? select objects by short tap (LMB) or drag objects - but it looks like by RMB (long tap) ? move whole objects area - impossible ? zoom objects area - 2 point pinch: what mouse action(-s) does this correspond ? Did you try such development ? Did you see any realization ?
Alexander Stolte Expert Licensed User Longtime User May 4, 2024 #2 peacemaker said: zoom objects area - 2 point pinch: what mouse action(-s) does this correspond ? Click to expand... CTRL + Mouse Wheel Upvote 0
peacemaker said: zoom objects area - 2 point pinch: what mouse action(-s) does this correspond ? Click to expand... CTRL + Mouse Wheel
peacemaker Expert Licensed User Longtime User May 4, 2024 #3 Alexander Stolte said: CTRL + Mouse Wheel Click to expand... What is this info from ? What about p.3 ? I mean in my questions: is it impossible to have all 4 functions together in the mobile app like on desktop ? Last edited: May 4, 2024 Upvote 0
Alexander Stolte said: CTRL + Mouse Wheel Click to expand... What is this info from ? What about p.3 ? I mean in my questions: is it impossible to have all 4 functions together in the mobile app like on desktop ?
AnandGupta Expert Licensed User Longtime User May 4, 2024 #4 In mobile touch=left click touch and hold = left click+hold drag finger = drag mouse double tap = right click .. same way .. Upvote 0
In mobile touch=left click touch and hold = left click+hold drag finger = drag mouse double tap = right click .. same way ..
Alexander Stolte Expert Licensed User Longtime User May 4, 2024 #5 peacemaker said: What is this info from ? Click to expand... From my user experience from desktop applications when I wanted to zoom something. Upvote 0
peacemaker said: What is this info from ? Click to expand... From my user experience from desktop applications when I wanted to zoom something.
peacemaker Expert Licensed User Longtime User May 4, 2024 #6 Here the CAD desktop software that can use all these 4 functions by mouse and CTRL+MouseWheel for zoom. Is it really to make in Android ? I've almost done all this in B4J now (will be shared soon), but ... i'm not able to do it cross-platformly, too complex for me. Upvote 0
Here the CAD desktop software that can use all these 4 functions by mouse and CTRL+MouseWheel for zoom. Is it really to make in Android ? I've almost done all this in B4J now (will be shared soon), but ... i'm not able to do it cross-platformly, too complex for me.
AnandGupta Expert Licensed User Longtime User May 4, 2024 #7 peacemaker said: i'm not able to do it cross-platformly, too complex for me. Click to expand... I don't think it will be simple due to limitation of screen and finger touch. check if there are any similar type of app in store, then you can get idea how it is done. then you can ask for specific event etc. and members here will help out. Upvote 0
peacemaker said: i'm not able to do it cross-platformly, too complex for me. Click to expand... I don't think it will be simple due to limitation of screen and finger touch. check if there are any similar type of app in store, then you can get idea how it is done. then you can ask for specific event etc. and members here will help out.