ccIDE/blocks/CCKeys/index.json
damp11113 9990bc3c03 update 1.2.1
Add new 3 blocks library
NativeIO CCKey and CCDisk
2024-07-29 16:46:16 +07:00

23 lines
575 B
JSON

{
"name": "CC: Keys",
"author": "DPSoftware Foundation",
"description": "Constants for all keyboard 'key codes', as queued by the key event.",
"version": "1.0.0",
"category": "Input",
"keyword": "Keyboard",
"license": "GPL-3.0-or-later",
"peripherals": false,
"library": true,
"require_network": false,
"dependencies": {},
"design_for_computer": {
"basic": true,
"adv": true,
"command": true,
"pocket": true,
"advpocket": true,
"turtle": true,
"advturtle": true
}
}