Wiki Page Content

Differences between revisions 6 and 7
Revision 6 as of 2013-09-28 12:01:13
Size: 697
Comment: Removed question and added state of current implementations.
Revision 7 as of 2015-01-28 20:26:24
Size: 705
Comment: Added link to tutorial.
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
''You can add useful comments here'' There is a [[Tutorials/TextInput|tutorial]].

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

None: SDL_SetTextInputRect (last edited 2015-01-28 20:26:24 by PhilippWiesemann)

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