1234567891011121314151617181920212223242526 |
- {
- "gem_name": "Gestures",
- "version": "0.0.0",
- "display_name": "Gestures",
- "license": "Apache-2.0 Or MIT",
- "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
- "origin": "Open 3D Engine - o3de.org",
- "origin_url": "https://github.com/o3de/o3de",
- "type": "Code",
- "summary": "The Gestures Gem provides detection for common gesture-based input actions on iOS and Android devices.",
- "canonical_tags": [
- "Gem"
- ],
- "user_tags": [
- "Input",
- "Gameplay",
- "Scripting"
- ],
- "icon_path": "preview.png",
- "requirements": "",
- "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/input/gestures/",
- "dependencies": [
- "Atom_RPI"
- ]
- }
|