|
⇤ ← Revision 1 as of 2014-07-17 19:48:00
Size: 1935
Comment: Added page using content from header.
|
← Revision 2 as of 2014-09-22 18:39:06 ⇥
Size: 1956
Comment: Fixed link to callback.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 9: | Line 9: |
| An enumeration of possible return values from the [[SDL_HitTest]]() callback. | An enumeration of possible return values from the [[SDL_SetWindowHitTest|SDL_HitTest]]() callback. |
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.
