Closed moon-chilled closed 4 years ago
Thanks! I didn't realize that's how they're supposed to be used. I thought I was making an improvement when I changed them from functions in Derelict to enum templates. I'll make the change as soon as I can.
Yep, I have a runtime-configurable option to set which monitor the game window shows up on.
Thanks!
Fixed in 0.14.0. Sorry for the delay.
It takes a template argument so it can't be used with compile-time unknown values. Can you change it to a function?
Probably ditto for
SDL_WINDOWPOS_ISUNDEFINED
,SDL_WINDOWPOS_CENTERED_DISPLAY
, andSDL_WINDOWPOS_ISCENTERED
, but I haven't had need of those.