- This wiki is out of date, use the continuation of this wiki instead
Move window
From FenixWiki
(Difference between revisions)
Sandman (Talk | contribs)
(New page: Category:functions Category:programinteraction == Definition == '''INT''' move_window ( <'''INT''' x> , <'''INT''' y> ) Moves the Fenix window so that the top left of the win...)
Next diff →
Revision as of 14:52, 12 January 2008
Definition
INT move_window ( <INT x> , <INT y> )
Moves the Fenix window so that the top left of the window is on the specified (x,y).
Parameters
INT x | - The new X coordinate of the top left of the window. | |||
INT y | }
ReturnsINT : true
|