mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-16 04:29:08 +00:00
9f083c1865
worth considering: pub enum Phase { Start, Move, End, } pub enum TouchEvent { Touch(Phase, Point), Swipe(Phase, Point), } (Swipe needs its own Phase because it needs a progress on the Move, but otherwise...) |
||
---|---|---|
.. | ||
boardloader | ||
bootloader | ||
bootloader_ci | ||
extmod | ||
firmware | ||
kernel | ||
lib | ||
models | ||
prodtest | ||
reflash | ||
rust | ||
segger | ||
trezorhal | ||
unix |