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. GamepadControlKind
    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. GamepadControlKind
    1. Variants
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
Docs/Language/Standard Library/Modules/destack:input/destack:input/binding
mdtxt

GamepadControlKind

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

Gamepad control kind.

language/library/src/input/binding/gamepad.ds:50:57
1export enum GamepadControlKind {2    Button = 1,3    Axis = 2,4    Touch = 3,5}

Variants

Button = 1

Gamepad button.

Axis = 2

Gamepad axis.

Touch = 3

Gamepad touch contact.

discordxgithub
2026.8.3alpha