HomeForumsWhat's newResources 
 
 
How to Detect ABC+Start in Jo Engine?
slinga - Jun 5, 2020
 slinga Jun 5, 2020
I'm trying to detect the user pressing ABC+Start via Jo Engine. Currently the game crashes when player 1 presses ABC+start. I tried adding a callback but I think something higher up is catching the ABC+Start key press before it gets to my callback. Is there an API I need to call?

 Ponut Jun 5, 2020
I don't see a place in Jo itself that checks for this. Try adding the calback at vblank (jo_add_vblank_callback or slIntFunction).

 slinga Jun 7, 2020
I opened a ticket with Jo Engine.

Edit: Looks like Johannes implemented it: FIX #27 jo_core_set_restart_game_callback() · joh....