Login
Back to forumSee the full topicGo to last reply

Posted By

gerliczer
on 2020-08-20
12:17:20
 Re: Help needed with keyboard matrix in assembly

You should define a flag that holds the state of key left being depressed or not. If it is clear check for left being pressed like you did in your code, but instead of the action set the flag. If the flag is set check for left being released, which is the opposite condition of your code, then do your action and clear the flag.



Back to top


Copyright © Plus/4 World Team, 2001-2024