Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Side by Side Diff: sky/specs/pointer.md

Issue 886593003: Specs: Rename ui.md to pointer.md so I can put the keyboard stuff in a different file (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | sky/specs/ui.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 UI Events 1 UI Events
2 ========= 2 =========
3 3
4 Scope 4 Scope
5 ----- 5 -----
6 6
7 The following input devices are supported by sky: 7 The following input devices are supported by sky:
8 - fingers on multitouch screens 8 - fingers on multitouch screens
9 - mice, including mouse wheels 9 - mice, including mouse wheels
10 - styluses on screens 10 - styluses on screens
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'pointer-add' event (see above). 332 'pointer-add' event (see above).
333 333
334 x: x-position relative to the top-left corner of the 334 x: x-position relative to the top-left corner of the
335 display, in global layout coordinates 335 display, in global layout coordinates
336 336
337 y: x-position relative to the top-left corner of the 337 y: x-position relative to the top-left corner of the
338 display, in global layout coordinates 338 display, in global layout coordinates
339 339
340 Note: The only wheels that are supported are mouse wheels and physical 340 Note: The only wheels that are supported are mouse wheels and physical
341 dials. Track balls are not reported as mouse wheels. 341 dials. Track balls are not reported as mouse wheels.
342
343
344 Text input events
345 -----------------
346
347 TODO(ianh): keyboard events
OLDNEW
« no previous file with comments | « no previous file | sky/specs/ui.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698