hackathon-dev #1

Merged
amy merged 101 commits from hackathon-dev into develop 2019-12-12 13:56:11 -07:00
Showing only changes of commit 0d6b6ba8b4 - Show all commits

View File

@ -117,7 +117,7 @@ static BOOL poll_touchscreen(void)
touch_down_y = touch_y;
touch_down_time = now;
}
else if (touch_nextmsg = WM_TOUCHUP)
else if (touch_nextmsg == WM_TOUCHUP)
{
if ( ((now - touch_down_time) <= Gconfig.click_time)
&& (ABS((INT32)touch_x - (INT32)touch_down_x) <= Gconfig.click_radius)