注: SUS は今や Sliding Universal Score の略であり、 SeaUrchin Score ではありません。
- テキストデータであり、全て printable character で構成される。
- 拡張子:
*.sus
- EOL: CRLF もしくは LF
- エンコード: 常に UTF-8
#
で始まる行がデータとして意味を持ち、それ以外の行はコメントとして無視される。- 文字列データを指定する部分は
" ~ "
でクォートする。
#include "Touch.h" | |
#if defined(_USING_HID) | |
#define CONTACT_COUNT_MAXIMUM 10 | |
#define REPORTID_TOUCH 0x04 | |
#define LSB(v) ((v >> 8) & 0xff) | |
#define MSB(v) (v & 0xff) |
Stock | Buttons | Sticks | Touchpad | ATRF | TTRF | TGRF | AR | |
---|---|---|---|---|---|---|---|---|
Absolute? | ✔ | ✘ | ✘ | ✔ (2 points only) | ✘ | ✘ | ✘ | ✔ |
Pinch in/out ordering | ✔ | ✘ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Linear encoding | ✔ | ✘ | ✘ | ✔ (limited) | ✔ (limited) | ✔ (limited) | ✔ | ✔ |
Multi-point (>2) | ✔ | ✔ (directions only) | ✘ | ✘ | ✘ (current impl) | ✘ (current impl) | summed | ✔ |
Single swipe fills | 31 | undeterministic | undeterministic | 20 | 40 | 40 | 40 (could be ∞) | 31 |
Maximum fills | 136 (8 fingers end-to-end) | ∞ | ∞ | 40 | 40 | 40 | 40+∞ | 136 (8 fingers end-to-end) |