nca_win_resize
Example: nca_win_resize | Window Object Functions |
Resizes a window.
int nca_win_resize( LPCSTR window, int width, int height );
window | The logical name of the window. |
width | The new width of the window, in pixels. |
height | The new height of the window, in pixels. |
The nca_win_resize function changes the position of the window.
Return Values
Parameterization
You cannot use standard parameterization for any arguments in this function.