Skip to content

Commit

Permalink
"clicks" to "press"
Browse files Browse the repository at this point in the history
Changes the phrases "clicks" to "press" for touch devices to appropriately account for the fact that there are no clicks on touch devices. I originally thought to suggest "tap" instead of "press", but opted for "press". Open to suggestions!
  • Loading branch information
kleinlieu committed Mar 11, 2016
1 parent a3d7484 commit ad6d9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ connection, but historically has been over PS/2 or ADB connections.
circuit through the electrostatic field of the conductive layer and
creates a voltage drop at that point on the screen. The
``screen controller`` then raises an interrupt reporting the coordinate of
the 'click'.
the key press.

- Then the mobile OS notifies the current focused application of a click event
- Then the mobile OS notifies the current focused application of a press event
in one of its GUI elements (which now is the virtual keyboard application
buttons).

Expand Down

0 comments on commit ad6d9dd

Please sign in to comment.