KakCAT
KakCAT
When using borderless fullscreen and pressing Windows+Down, the window is minimized but it's left without window border. The user can't move nor resize it (unless pressing Windows+Up) #### What version...
I've been plagued with full screen switch error reports for a long long time, but I've just found a way to provoke one of them with a 100% chance, at...
The following code fails on the third test: https://gist.github.com/KakCAT/59d59fbc738831b844896b691fd0259e Squarebananas suggested here ( discussion here : https://community.monogame.net/t/help-with-bounding-frustum/17082 ) that BoundingFrustum.Contains is a quick test which may give false positives for...
Create a vanilla MG game, WindowsDX, and drag a file link into MG's windows. The game crashes with : An unhandled exception of type 'System.AccessViolationException' occurred in Unknown Module. Attempted...
Hi! I'm trying to do an editor with DPS and ScintillaNET. When I use Ctrl+TAB, I show a dialog (like visual studio) of the currently opened text files. Once I...
I have some OBJ which imported correctly in 3.3.1 and doesn't work on 4. doesntWork.obj does not expose the texture correctly, while works.OBJ does. The only difference is where the...
I'm building a multifile editor where each edited file is a different scintillaNET object. When I hit Ctrl+F the menu appears, and I can type the searched term. Once closed,...