|
⇤ ← Revision 1 as of 2010-03-15 04:34:18
Size: 646
Comment: create page, add content (Rev 5540)
|
Size: 695
Comment: update content - rectangle
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||'''rect'''||a pointer to the [[SDL_Rect]] to use|| | ||'''rect'''||a pointer to the rectangle of type [[SDL_Rect]], or NULL for the entire render target|| |
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
