📄 Gamepad¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📦 Imports | 3 |
| 📊 Variables & Constants | 1 |
| 🟢 Vue Composition API | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/core/useGamepad/components/Gamepad.vue
📦 Imports¶
| Name | Source |
|---|---|
computed |
vue |
Controller |
./Controller.vue |
Item |
./Item.vue |
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
props |
boolean |
let/var | defineProps<{ gamepad: Gamepad }>() |
✗ |
Vue Composition API¶
| Name | Type | Reactive Variables | Composables |
|---|---|---|---|
computed |
computed | none | none |
Functions¶
vibrate(): void¶
Returns: void
Calls:
actuator.playEffect
Internal Comments:
Code
Generated by Syntax Scribe