On 01.05.2016 15:32, pineapple wrote:
static string vectorpropertymixin(string name, string SDL_getter, string
SDL_setter){
[...]
mixin(vectorpropertymixin(
     "minsize", "SDL_GetWindowMinimumSize", "SDL_GetWindowMinimumSize"
));

Should the second one be "SDL_SetWindowMinimumSize" here? ("Set" instead of "Get".)

Reply via email to