Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | work around a fossil markdown bug |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d891b629d42ee3e0f49901d083a5ec0a |
User & Date: | dkf 2020-03-19 13:22:14.908 |
Context
2020-03-20
| ||
14:12 | Withdrawn TIP #566 check-in: 5d03186804 user: jan.nijtmans tags: trunk | |
2020-03-19
| ||
13:22 | work around a fossil markdown bug check-in: d891b629d4 user: dkf tags: trunk | |
13:21 | work around a fossil markdown bug check-in: 83811512b2 user: dkf tags: trunk | |
Changes
Changes to tip/570.md.
︙ | ︙ | |||
70 71 72 73 74 75 76 | center of the two fingers * `%x` with the distance between the two fingers * `%y` with the angle measured in 64 times degrees CCW starting at 3 o'clock. * `%s` is the finger state: `0` (zoom motion), `1` (zoom start, i.e. 2nd finger down event), `2` (zoom end by 1st finger up event), `3` (zoom end by 2nd finger up event) | | | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | center of the two fingers * `%x` with the distance between the two fingers * `%y` with the angle measured in 64 times degrees CCW starting at 3 o'clock. * `%s` is the finger state: `0` (zoom motion), `1` (zoom start, i.e. 2nd finger down event), `2` (zoom end by 1st finger up event), `3` (zoom end by 2nd finger up event) * Scroll: `<<FingerDown>>`, `<<FingerUp>>`, `<<FingerMotion>>` Scrolling by two fingers may be implemented by observing those events. The following substitutions are supported for all these three finger-related events: * `%x` and `%y` are the finger position scaled to {0...9999} of the device screen or viewport |
︙ | ︙ |