perhaps.. accelerometers!
All of a sudden I am having problems with moving my ball in droidball which used tilt to control,as a test I simply have just made this quick code:
// Project: test
// Created: 2015-03-04
// set window properties
SetWindowTitle( "test" )
SetWindowSize( 1024, 768, 0 )
// set display properties
SetVirtualResolution( 1024, 768 )
do
x# = GetDirectionX()
y# = GetDirectionY()
print("X val "+str(x#))
print("Y val "+str(y#))
Print( ScreenFPS() )
Sync()
loop
both values stay at 0 oddly enough,no matter how i try to tilt the device, have tried several devices also including my pretty new acer iconia.
**edit ***
forgot to say I am running AppGameKit 2.11 and seen as I only just got said tablet, the latest AGK2 player.
**Edit**
Damn,sorry again,just checked the bugs forum,and it is reported,same thing,if you minimize the app then re-enter it all of a sudden it works. hope they fix this soon!
Hail to the king, baby!
http://davidjohnwheeler.blogspot.co.uk