that_editor icon indicating copy to clipboard operation
that_editor copied to clipboard

*That* editor.

Results 2 that_editor issues
Sort by recently updated
recently updated
newest added

@bisqwit how do I install this I tried running make and that didn't do anything. so would I go about installing and using this editor.

This is done by initializing the `SDL_Window` with the `SDL_WINDOW_ALLOW_HIGHDPI` flag. Alone, that flag is not enough. So, I use `SDL_GL_GetDrawableSize()` to fetch the *real* size of the window. I...