Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split mouse_pressed events between Text and Drawing | Kartik K. Agaram | 2022-05-17 | 1 | -0/+20 |
| | |||||
* | split keyboard handling between Text and Drawing | Kartik K. Agaram | 2022-05-17 | 1 | -2/+163 |
| | |||||
* | several more modules | Kartik K. Agaram | 2022-05-17 | 1 | -12/+244 |
| | | | | This is probably not ideal; let's see how it goes.. | ||||
* | extract a module | Kartik K. Agaram | 2022-05-17 | 1 | -0/+51 |
I want to use `drawing` for locals, so I'll use uppercase the module name just like globals. |