It looks like you're new here. If you want to get involved, click one of these buttons!
Hello
I basically want to use Codea to program something akin to a small slide full screen show app (it’s more specialised but this is the least complicated to explain analogy). I would like to be able to hold the ipad and use the hardware volume keys to move to the next / previous slide.
Can this be done from Codea? Or can I query the current system volume setting? (And therefore just do this in my draw function to react to changes).
Cheers,
Bene
Comments
@Bene Why not just tap the screen to go to the next slide or back to the previous slide.
@Bene Codea doesn't have access to the volume buttons. Here's a simple program that will let you move from slide to slide just by swiping your thumb or finger on the screen in the direction you want to go. Right now I just us text with the numbers 1 to 15. You would replace the numbers in the table with the pictures you want to show.