NeoTechni Well-Known Member Licensed User Longtime User Aug 19, 2013 #1 B4X: Sub LWM_Touch (Engine As LWEngine, Action As Int, X As Float, Y As Float) Log("LWM: " & Action & " " & X & " " & Y) end sub This is all I'm doing, and it's missing out on mouse movements (action = 2)
B4X: Sub LWM_Touch (Engine As LWEngine, Action As Int, X As Float, Y As Float) Log("LWM: " & Action & " " & X & " " & Y) end sub This is all I'm doing, and it's missing out on mouse movements (action = 2)
Erel B4X founder Staff member Licensed User Longtime User Aug 20, 2013 #2 Are you using a mouse or are you touching the screen? Upvote 0
NeoTechni Well-Known Member Licensed User Longtime User Aug 20, 2013 #3 Touch screen. Im just used to calling it a mouse cause thats how i developed for it on windows Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 20, 2013 #4 I've did a small test and ACTION_MOVE (2) is raised from time to time. This action is not really useful in this case as the live wallpaper host intercepts it and handles most of the actions internally. Upvote 0
I've did a small test and ACTION_MOVE (2) is raised from time to time. This action is not really useful in this case as the live wallpaper host intercepts it and handles most of the actions internally.
NeoTechni Well-Known Member Licensed User Longtime User Aug 20, 2013 #5 I use it cause samsung devices dont scroll, i have to use x movements to fake it for them Upvote 0