WeeGUI/ReadMe.md
Quinn Dunki 54d869195c Docs and bug fixes
- Documentation polish
- Negative local cursors are now clamped
2015-01-13 12:55:14 -08:00

893 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
  • After initial run of basic demo, additional run fails with no buffers available

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
  • Delete view feature
  • Factor out mouse driver
  • Standardize naming of functions
  • Write sample code
  • Update side effects in assembly API