Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor names to btn_pressed/btn_released | ConfuSomu | 2021-09-03 |
| | | | | | This helps with consistency (use of snake case) while keeping the method names short ("btn" is used instead of "button"). | ||
* | Implement BaseApp method called when btn released | ConfuSomu | 2021-08-23 |
| | | | | | I have done some basic testing using breakpoints. I plan to build a app used for testing the API and the feature set in the future. | ||
* | Tidy up project tree; move api, appMgr and BaseApp | ConfuSomu | 2021-08-20 |