summaryrefslogtreecommitdiff
path: root/OTRGui/src/main.cpp
AgeCommit message (Collapse)Author
2022-03-24Fixed window not properly disposing raylib and OpenGL when closing. (#59)MaikelChan
Closing the window with the X button will not close it immediately during the rendering of a frame, causing it to actually crash, but will set the engine in a pending state until it finishes the current frame.
2022-03-24Improved window dragging.MaikelChan
Fixed issues when dragging the window, like the window stopping its movement when moving the cursor too fast, or flickering all over the place. Also, the window position will be clamped to the area of the monitor/s to prevent it from going outside of them. Also, setting VSync instead of target FPS prevents possible stuttering and probably increased CPU usage.
2022-03-22git subrepo clone (merge) https://github.com/HarbourMasters/otrgui.git OTRGuiM4xw
subrepo: subdir: "OTRGui" merged: "a6066a251" upstream: origin: "https://github.com/HarbourMasters/otrgui.git" branch: "master" commit: "a6066a251" git-subrepo: version: "0.4.1" origin: "???" commit: "???"