Wiki Page Content

DRAFT

SDL_HitTestResult

An enumeration of possible return values from the SDL_HitTest() callback.

Values

SDL_HITTEST_NORMAL

region is normal and has no special properties

SDL_HITTEST_DRAGGABLE

region can drag entire window

SDL_HITTEST_RESIZE_TOPLEFT

region can resize top left window

SDL_HITTEST_RESIZE_TOP

region can resize top window

SDL_HITTEST_RESIZE_TOPRIGHT

region can resize top right window

SDL_HITTEST_RESIZE_RIGHT

region can resize right window

SDL_HITTEST_RESIZE_BOTTOMRIGHT

region can resize bottom right window

SDL_HITTEST_RESIZE_BOTTOM

region can resize bottom window

SDL_HITTEST_RESIZE_BOTTOMLEFT

region can resize bottom left window

SDL_HITTEST_RESIZE_LEFT

region can resize left window

Code Examples

You can add your code example here

Remarks

You can add useful comments here

Version

This enumeration is available since SDL 2.0.4.


CategoryEnum, CategoryVideo

None: SDL_HitTestResult (last edited 2014-09-22 18:39:06 by PhilippWiesemann)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit