winport: a little fix for stylus autohold
This commit is contained in:
parent
158852cea2
commit
c368300c05
|
@ -202,6 +202,8 @@ void HK_StylusAutoHoldKeyDown(int) {
|
|||
void HK_AutoHoldClearKeyDown(int) {
|
||||
ClearAutoHold();
|
||||
StylusAutoHoldPressed = false;
|
||||
if (!userTouchesScreen)
|
||||
NDS_releaseTouch();
|
||||
}
|
||||
|
||||
void HK_Reset(int) {ResetGame();}
|
||||
|
|
Loading…
Reference in New Issue