Results 1 - 9 of 9 results out of about 6839 pages. (3.38 seconds)
- SDL_Point . . . 10 matches
- ...
= SDL_Point =
A structure that defines a two dimensional point.
<<TableOfContents()>>
== Data Fields ==
||int||'''x'''||the x coordinate of the point||
||int||'''y'''||the y c...
- SDL_PointInRect . . . 5 matches
- ...//wiki.libsdl.org/moin.cgi/SGFunctions for details on editing this page*^*^*^*^*
= SDL_PointInRect =
Use this function to check if a point resides inside a rectangle.
<<TableO...
- SDL_RenderDrawLines . . . 3 matches
- ...cpp
int SDL_RenderDrawLines(SDL_Renderer* renderer,
const SDL_Point* points,
int count)
}}}
== Function Parameters...
- SDL_SetWindowHitTest . . . 2 matches
- ..._HitTestResult SDL_HitTest(SDL_Window* win,
const SDL_Point* area,
void* data)
}}}
. where `SDL_HitTes...
- SDL_RenderDrawPoints . . . 2 matches
- ...p
int SDL_RenderDrawPoints(SDL_Renderer* renderer,
const SDL_Point* points,
int count)
}}}
== Function Parameter...
- SDL_EnclosePoints . . . 2 matches
- ...ableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_bool SDL_EnclosePoints(const SDL_Point* points,
int count,
...
- CategoryStruct . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API Structures =
<<TableOfContents()>>
== Introduction ==
This category contains a...
- CategoryRect . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Rectangle Functions =
'''Include File(s):''' [[http://hg.libsdl.org/SDL/file/default/include...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
