I have 2 buttons with separate callback functions attached to them. The problem I'm facing is when I press button 1 while keeping button 2 pressed too, the callback funtion of button 1 does not get called. It seems only 1 button can be operated on at any given time. Is there any way I can get simultaneous multiple button presses working?
Handle Simultaneous Button Presses