Difference between revisions of "Position2d"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> The Position2d type is used for positioning GUI elements. </onlyinclude> <syntaxhighlight lang="cpp> position2di( const uint, const uint ) </syntaxhighlight>")
 
Line 3: Line 3:
 
</onlyinclude>
 
</onlyinclude>
  
<syntaxhighlight lang="cpp>
+
<syntaxhighlight lang="cpp">
 
position2di( const uint, const uint )
 
position2di( const uint, const uint )
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 06:05, 28 September 2012

The Position2d type is used for positioning GUI elements.


position2di( const uint, const uint )