WeeGUI/ReadMe.md
Quinn Dunki 421835ce66 Polish & Docs
- Removed &NRML and &IVER (not needed)
- WeeGUI's memory pages are now reserved in ProDOS's page allocation scheme, to protect us from file operations and such
- Renamed various files to be more friendly
- Cleaned up the disk image
- First draft of documentation
2015-01-02 16:01:38 -08:00

672 B

Known issues

  • Negative cursor positions unsupported
  • Positive scroll values unsupported
  • Hitting Reset in app that uses windows and desktop (no mouse needed) seems to mess up screen holes for Disk II
  • Mashing a button with mouse in Applesoft will cause Undefined Statement error
  • Repainting a view while the mouse cursor is on it will cause artifacts when mouse moves
  • Quitting sometimes leaves BASIC in inverted text mode
  • Quitting with button highlighted leaves us in inverted text mode

To Do:

  • Make WGFillRect support 1 height and 1 width
  • If called in inverse mode, clear screen clears inverse
  • Fix unclosed PRE tags in documentation