SDL Wiki
(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)

SDL_HitTest

Callback used for hit-testing.

Header File

Defined in SDL_video.h

Syntax

typedef SDL_HitTestResult (SDLCALL *SDL_HitTest)(SDL_Window *win, const SDL_Point *area, void *data);

Function Parameters

win the SDL_Window where hit-testing was set on
area an SDL_Point which should be hit-tested
data what was passed as callback_data to SDL_SetWindowHitTest()

Return Value

Return an SDL_HitTestResult value.

See Also


CategoryAPI, CategoryAPIDatatype, CategoryVideo


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.