<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.oxeyegames.com/wiki/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.oxeyegames.com/wiki/index.php?action=history&amp;feed=atom&amp;title=SetRenderScreenSize</id>
		<title>SetRenderScreenSize - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.oxeyegames.com/wiki/index.php?action=history&amp;feed=atom&amp;title=SetRenderScreenSize"/>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php?title=SetRenderScreenSize&amp;action=history"/>
		<updated>2026-04-13T06:48:35Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://www.oxeyegames.com/wiki/index.php?title=SetRenderScreenSize&amp;diff=291&amp;oldid=prev</id>
		<title>Jeb: Created page with '{{VideoMethod | video.setRenderScreenSize(width, height) | Modifies the size of the screen that Daisy renders to, without changing the physical size of the game window. This can ...'</title>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php?title=SetRenderScreenSize&amp;diff=291&amp;oldid=prev"/>
				<updated>2009-12-27T22:04:34Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#39;{{VideoMethod | video.setRenderScreenSize(width, height) | Modifies the size of the screen that Daisy renders to, without changing the physical size of the game window. This can ...&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{VideoMethod&lt;br /&gt;
|&lt;br /&gt;
video.setRenderScreenSize(width, height)&lt;br /&gt;
|&lt;br /&gt;
Modifies the size of the screen that Daisy renders to, without changing the physical size of the game window. This can be used to fake screen zooming effects, since the render area can be made bigger or smaller than the physical size (making it bigger will zoom out, making it smaller will zoom in). &lt;br /&gt;
&lt;br /&gt;
It's recommended, but not necessary, to maintain aspect ratio when changing render size.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|width|An integer|The new render screen width.}}&lt;br /&gt;
{{MethodParam|height|An integer|The new render screen height.}}&lt;br /&gt;
|&lt;br /&gt;
Returns nothing.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   video.setRenderScreenSize(screenWidth * scale, screenHeight * scale)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jeb</name></author>	</entry>

	</feed>