about summary refs log tree commit diff stats
path: root/drawing.lua
Commit message (Collapse)AuthorAgeFilesLines
* split mouse_pressed events between Text and DrawingKartik K. Agaram2022-05-171-0/+20
|
* split keyboard handling between Text and DrawingKartik K. Agaram2022-05-171-2/+163
|
* several more modulesKartik K. Agaram2022-05-171-12/+244
| | | | This is probably not ideal; let's see how it goes..
* extract a moduleKartik K. Agaram2022-05-171-0/+51
I want to use `drawing` for locals, so I'll use uppercase the module name just like globals.