Name
sdl.SetTextInputRect -- set the rectangle used to type Unicode text inputs
Synopsis
sdl.SetTextInputRect(x, y, width, height)
Function
Use this function to set the rectangle used to type Unicode text inputs.

Inputs
x
x position
y
y position
width
rectangle width
height
rectangle height

Show TOC