| OLD | NEW |
| 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 Loading... |
| 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 | |
| OLD | NEW |