mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2026-03-13 08:42:01 +00:00
- Moved primary library code to AUX memory - Factored mouse driver out into separate loadable module, living at the top of main memory - Pending actions now handled by caching click location instead of View ID, so interrupt handler doesn't have to call AUX memory code
18 lines
631 B
Markdown
18 lines
631 B
Markdown
|
|
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
|