WeeGUI/ReadMe.md
Quinn Dunki 0fe5765c45 Support for removing views
- Added WGDeleteView and &KILL
- Added WGEraseView and &WIPE
- Fixed focus iteration code to handle unallocated views in the middle of the list
2015-01-24 17:17:38 -08:00

395 B

Known issues

  • Hitting Reset during a WeeGUI application will leave your Apple II in an unsafe state
  • Calling WGEraseView on a view that shares border rendering with other views will require manually redrawing those views.

To Do:

  • Delete view feature
  • Factor out mouse driver
  • Standardize naming of functions
  • Write sample code
  • Update side effects in assembly API