#include<SDL3/SDL_video.h>typedefenumSDL_HitTestResult{SDL_HITTEST_NORMAL,/**<Regionisnormal.Nospecialproperties.*/SDL_HITTEST_DRAGGABLE,/**<Regioncandragentirewindow.*/SDL_HITTEST_RESIZE_TOPLEFT,/**<Regionistheresizabletop-leftcornerborder.*/SDL_HITTEST_RESIZE_TOP,/**<Regionistheresizabletopborder.*/SDL_HITTEST_RESIZE_TOPRIGHT,/**<Regionistheresizabletop-rightcornerborder.*/SDL_HITTEST_RESIZE_RIGHT,/**<Regionistheresizablerightborder.*/SDL_HITTEST_RESIZE_BOTTOMRIGHT,/**<Regionistheresizablebottom-rightcornerborder.*/SDL_HITTEST_RESIZE_BOTTOM,/**<Regionistheresizablebottomborder.*/SDL_HITTEST_RESIZE_BOTTOMLEFT,/**<Regionistheresizablebottom-leftcornerborder.*/SDL_HITTEST_RESIZE_LEFT/**<Regionistheresizableleftborder.*/}SDL_HitTestResult;