Results 1 - 6 of 6 results out of about 6839 pages. (3.85 seconds)
- SDL_CreateCursor . . . 2 matches
- ... possible, black if not||
Cursors created with this function must be freed with [[SDL_FreeCursor]]().
If you want to have a color cursor, then this function is not for you; inste...
- SDL_CreateColorCursor . . . 2 matches
- ...L_LOG_CATEGORY_APPLICATION, "%s", SDL_GetError());
}
if (cursor) {
SDL_FreeCursor(cursor);
}
if (surface) {
SDL_FreeSurface(surface);
}
if (...
- SDL_GetCursor . . . 1 match
- ...rsor which is owned by the library. It is not necessary to free the cursor with [[SDL_FreeCursor]]().
== Related Functions ==
.[[SDL_SetCursor]]
----
[[CategoryAPI]], [[Categor...
- SDL_CreateSystemCursor . . . 1 match
- ...ersion ==
This function is available since SDL 2.0.0.
== Related Functions ==
.[[SDL_FreeCursor]]
----
[[CategoryAPI]], [[CategoryMouse]]
##See the Style Guide for instructions ...
- CategoryMouse . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Mouse Support =
'''Include File(s):''' [[http://hg.libsdl.org/SDL/file/default/include/SDL_...
- 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...
