DarkGDK Programming Wiki
Advertisement

This command positions the application's window.

Syntax[]

void dbSetWindowPosition ( int iX, int iY )

Usage[]

This command positions the window at the given (x, y) position.

dbSetWindowPosition ( 100, 200 );

See Also[]

dbSetWindowSize
dbSetWindowTitle
dbSetWindowLayout

Advertisement