Difference between revisions of "ISKernel:WindowPos (Command)"
Jump to navigation
Jump to search
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
− | WindowPos [-viewable] <#,#> | + | WindowPos [-viewable] [-stealth] <#,#> |
− | |||
− | |||
+ | == Forms == | ||
+ | *Windowpos <#,#> - sets the upper left part of the window to the X,Y coordination given | ||
+ | *WindowPos -viewable <#,#> - same as above except ignores the titlebar. | ||
+ | *WindowPos -stealth <#,#> - sets the upper left part of the window to the X,Y coordination given and does not inform the game that the window has moved | ||
== Examples == | == Examples == | ||
+ | *Windowpos 100,100 | ||
+ | :sets upper left of window to the pixel at 100,100 | ||
== See Also == | == See Also == | ||
*[[LavishScript:Commands|LavishScript Commands]] | *[[LavishScript:Commands|LavishScript Commands]] | ||
+ | *[[IS:Kernel#Commands|Kernel Commands]] | ||
*[[IS:Session#Commands|Inner Space Session Commands]] | *[[IS:Session#Commands|Inner Space Session Commands]] | ||
+ | |||
{{Command-Stub}} | {{Command-Stub}} | ||
+ | [[Category:Inner Space]] | ||
+ | [[Category:Inner Space Kernel]] | ||
+ | [[Category:Inner Space Kernel Commands]] |
Latest revision as of 04:31, 19 October 2005
Contents
Syntax
WindowPos [-viewable] [-stealth] <#,#>
Forms
- Windowpos <#,#> - sets the upper left part of the window to the X,Y coordination given
- WindowPos -viewable <#,#> - same as above except ignores the titlebar.
- WindowPos -stealth <#,#> - sets the upper left part of the window to the X,Y coordination given and does not inform the game that the window has moved
Examples
- Windowpos 100,100
- sets upper left of window to the pixel at 100,100
See Also