Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_FreeCursor(3)


SDL_FreeCursor

SDL_FreeCursor

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

SDL_FreeCursor− Frees a cursor created with SDL_CreateCursor.

SYNOPSIS

#include "SDL.h"

void SDL_FreeCursor(SDL_Cursor *cursor);

DESCRIPTION

Frees a SDL_Cursor that was created using SDL_CreateCursor.

SEE ALSO

SDL_CreateCursor



SDL_FreeCursor(3)