Wiki Page Content

Revision 7 as of 2015-01-28 20:26:24

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

the SDL_Rect structure representing the rectangle to receive text (ignored if NULL)

Code Examples

You can add your code example here

Remarks

There is a tutorial.


CategoryAPI, CategoryKeyboard

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