Open MarkOates opened 10 months ago
Remaining elements should be added to the DisplaySettings screen:
https://docs.google.com/spreadsheets/d/1o1dc5zQGeVVOsmW8isj0Tb0ud9084eIX10hJhaOQbp8/edit#gid=0
Add configuration options for SyncOracle, see this doc: https://docs.google.com/document/d/1fCeyJANsZEtnrBGFYB4x4TX1G0pJGNUIg5bNjofgvLI/edit
(from sticky note):
As a solution, consider allowing mouse drag resize on windows.
Drag resizing crashes on mac (see issue https://github.com/liballeg/allegro5/issues/1272)
Window dimensions do not live update on mac
Show/hide mouse cursor toggle is not fool-proof. In some cases will re-appear, meaning there is no status so a toggle switch UI is inconsistent.
Fullscreen toggle
Incrementing the window size by 1 will result in an increment by two
Decrementing the window size by 1 will not decrement at all
Switching between incrementing the width or height, then moving to the other and incrementing, will cause the prior to be modified.
Spinner box requires key represses and does not have a key repeat
Spinner box manual key repeat events get backed up
Possible resize issue on win: https://github.com/liballeg/allegro5/issues/1514
Additional issues with resize: https://github.com/liballeg/allegro5/issues/1500
One run of the testing did not report an "enter" event back into hexagon after the window was closed. This may have happened during one of the crashes.