Han Chen
Han Chen
#18
that fixed now
what's your python version? maybe your python version to low
fixed now
Thank you so much for giving me so many great ideas, let me explore how to implement these features. You must be a deep user of python, and I'm not...
You let me know more, Thanks
I think that should be a config field, it is up to the user to decide on their own
I think use SDL_HIGHDPI macro definition check, that should be defined by those in need, no need for additional version checking (want to keep simplicity).
emm, that like this? ``` c #ifndef SDL_HIGHDPI # define SDL_HIGHDPI SDL_VERSION_ATLEAST(2, 0, 1) #endif #if SDL_HIGHDPI flag |= SDL_WINDOW_ALLOW_HIGHDPI; #endif ```