Controller button released

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
valdirSalgueiro
DCEmu Newbie
DCEmu Newbie
Posts: 3
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Mon Jun 19, 2023 1:52 pm
Has thanked: 0
Been thanked: 0

Controller button released

Post by valdirSalgueiro »

Is there a way to check which controller button has been released in that frame?

thanks!
valdirSalgueiro
DCEmu Newbie
DCEmu Newbie
Posts: 3
Joined: Mon Jun 19, 2023 1:52 pm
Has thanked: 0
Been thanked: 0

Re: Controller button released

Post by valdirSalgueiro »

I "solved" this by storing the "old" buttons and comparing to the current since I couldnt find on documentation
User avatar
BlueCrab
The Crabby Overlord
The Crabby Overlord
Posts: 5662
Joined: Mon May 27, 2002 11:31 am
Location: Sailing the Skies of Arcadia
Has thanked: 9 times
Been thanked: 69 times
Contact:

Re: Controller button released

Post by BlueCrab »

That's essentially how it would have to be done. There's nothing stored internally to do events like released/pressed events.
Post Reply