Wiki Page Content

Revision 2 as of 2010-09-22 23:38:46

Clear message

DRAFT

SDL_SetTextInputRect

Use this function to set the rectangle used to type Unicode text inputs.

Syntax

void SDL_SetTextInputRect(SDL_Rect* rect)

Function Parameters

rect

a pointer to the rectangle of type SDL_Rect, or NULL for the entire render target

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryKeyboard

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit