Commit Graph

13 Commits

Author SHA1 Message Date
Kartik K. Agaram efd7f15a2f wire up touch handlers
I have no idea how events like on.touchpressed were working until now.
This still seems useful to add on.touch_press.
2023-12-26 09:22:19 -08:00
Kartik K. Agaram 4241270cf2 Merge template-live-editor 2023-12-26 08:30:27 -08:00
Kartik K. Agaram fbf99b040d wire up mouse move handler 2023-12-26 08:28:23 -08:00
Kartik K. Agaram 534224f0cc new fork: for mobile devices 2023-11-12 22:33:24 -08:00
Kartik K. Agaram d86e8f945b better comment 2023-04-20 23:39:36 -07:00
Kartik K. Agaram 480d8700e2 clarify something in the docs 2023-04-07 18:17:58 -07:00
Kartik K. Agaram 9390a4a418 Merge text0 2023-03-23 21:51:55 -07:00
Kartik K. Agaram 29479aa5a1 bugfix: on.load_settings when there are none
Attempt #2; commit bbe8925378 was stupid and useless.

Scenario: run driver without any saved settings.
Before this commit (in driver repo), the driver would crash on quit.
2023-01-09 20:33:00 -08:00
Kartik K. Agaram 7a1c556918 clarify on.code_change 2023-01-07 13:49:20 -08:00
Kartik K. Agaram 9a0b1871d6 create space for app-specific settings 2023-01-01 18:30:12 -08:00
Kartik K. Agaram 34abf6c624 a few more renames 2022-12-23 20:34:20 -08:00
Kartik K. Agaram 6a5eca342c a new event: receiving code changes from the driver 2022-12-16 19:35:29 -08:00
Kartik K. Agaram 8b8e08c4d6 nice way to make on.* handlers more discoverable 2022-11-27 14:56:48 -08:00