From 7663b061f74b904d787be8919edc285a71d8a59f Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 8 Mar 2016 18:05:18 -0800 Subject: [PATCH] Typo --- _posts/2016-03-06-touching-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-03-06-touching-windows.md b/_posts/2016-03-06-touching-windows.md index c7bbb2f52..675f25527 100644 --- a/_posts/2016-03-06-touching-windows.md +++ b/_posts/2016-03-06-touching-windows.md @@ -35,7 +35,7 @@ Another problem is how to differentiate between *moving the mouse* (ie, without (aka Force Touch), and using pressure to determine the user's intent, but most devices don't have that feature, and I'm not sure I'd want to rely on that anyway. -The PCjs soution: if you *tap and hold* for more than 200ms, and then start moving, your movements become the +The PCjs solution: if you *tap and hold* for more than 200ms, and then start moving, your movements become the equivalent of a *mouse drag* operation. This is my first stab at touch-to-mouse conversion, and it's not perfect, but it's already fairly usable,