1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Created Drawing (markdown)

Robert Beekman 2016-11-01 17:59:12 +01:00
parent 362445c31c
commit ad18ca4a03

13
Drawing.md Normal file

@ -0,0 +1,13 @@
The Drawing event lets you draw shapes to the keyboard. Drawing can only be done within the ProfileDrawing event.
## Functions
### TODO
Desc TODO
#### Syntax:
```lua
--Syntax TODO
```
#### Example:
```lua
--Example TODO
```