Windows touchpad pinch gesture?

Hey!
Im trying to get everything from my touchpad gestures but SDL always gives me event type SDL_MOUSEWHEEL. Three / Four fingers beign ignored by SDL_MULTIGESTURE case. Im just curious why its not working and how to proceed?

Does this hint make a difference? (only currently works on Macs) By default, SDL treats touchpads as mice, so you won’t get touch events.

SDL_SetHint(SDL_HINT_TRACKPAD_IS_TOUCH_ONLY, "1");