Duckuino
Duckuino copied to clipboard
typekey function needs to be (KeyboardKeycode key) instead of (int key)
the type key function needs to use (KeyboardKeycode key) instead of (int key) because if it is int key it would press a different key to the one you tell it