This function creates a new input-only window of width by height pixels at coordinates (x,y) with respect to the parent window, parent.
Type | Name | Description |
---|---|---|
GR_WINDOW_ID | parent | The parent of window of the window that will be created. |
GR_COORD | x | The X position of the new window with respect to its parent window. |
GR_COORD | y | The Y position of the new window with respect to its parent window. |
GR_COORD | width | The width (in pixels) of the new window. |
GR_COORD | height | The hieght (in pixels) of the new window. |