Skip to content

Commit

Permalink
Merge branch 'gui' into vita: ignoring mouse in special areas fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliy Horbachenko committed Sep 13, 2016
2 parents 8a61a25 + ea58a47 commit 11f23f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/vita.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ void vitainput_process(void) {
break;
}

for (int i = TOUCHSEC_SPECIAL_SW; i <= TOUCHSEC_SPECIAL_NE; i++) {
for (int i = TOUCHSEC_SPECIAL_NW; i <= TOUCHSEC_SPECIAL_SE; i++) {
if (check_touch_sector(front, i)) {
front_state = NO_TOUCH_ACTION;
}
Expand Down

0 comments on commit 11f23f0

Please sign in to comment.