- This wiki is out of date, use the continuation of this wiki instead
Move window
From FenixWiki
(Difference between revisions)
| Revision as of 14:52, 12 January 2008 (edit) 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...) ← Previous diff |
Current revision (14:53, 12 January 2008) (edit) (undo) Sandman (Talk | contribs) m |
||
| (One intermediate revision not shown.) | |||
| Line 11: | Line 11: | ||
| | '''INT''' x || - The new X coordinate of the top left of the window. | | '''INT''' x || - The new X coordinate of the top left of the window. | ||
| |- | |- | ||
| - | | '''INT''' y || - The new Y coordinate of the top left of the window.|} | + | | '''INT''' y || - The new Y coordinate of the top left of the window. |
| + | |} | ||
| == Returns == | == Returns == | ||
Current revision
[edit] 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).
[edit] Parameters
| INT x | - The new X coordinate of the top left of the window. |
| INT y | - The new Y coordinate of the top left of the window. |
[edit] Returns
INT : true
| Programinteraction Functions | |
| • Exit() • Getenv() • Key() • Move_window() • Set_fps() • Set_icon() • Set_mode() • Set_title() • | |
