destack.sh
docstemplatesblog
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:input
  11. destack:input/binding
  12. TouchPhase
    1. Variants
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
menu
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:input
  11. destack:input/binding
  12. TouchPhase
    1. Variants
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
Docs/Language/Standard Library/Modules/destack:input/destack:input/binding
mdtxt

TouchPhase

import { TouchPhase } from "destack:input/binding";

Touch contact phase.

language/library/src/input/binding/touch.ds:6:15
1export enum TouchPhase {2    Begin = 1,3    Move = 2,4    End = 3,5    Cancel = 4,6}

Variants

Begin = 1

Contact began.

Move = 2

Contact moved.

End = 3

Contact ended.

Cancel = 4

Contact was canceled.

discordxgithub
2026.8.3alpha