Android Question Is there anything that would stop the live wallpaper manager from getting touch events?

NeoTechni

Well-Known Member
Licensed User
Longtime User
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)
 

NeoTechni

Well-Known Member
Licensed User
Longtime User
Touch screen. Im just used to calling it a mouse cause thats how i developed for it on windows
 
Upvote 0

NeoTechni

Well-Known Member
Licensed User
Longtime User
I use it cause samsung devices dont scroll, i have to use x movements to fake it for them
 
Upvote 0
Top