<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>flip&#039;s &#187; OIS</title>
	<atom:link href="http://flip.netzbeben.de/category/development/ois/feed/" rel="self" type="application/rss+xml" />
	<link>http://flip.netzbeben.de</link>
	<description>software development, emo music and inspiration</description>
	<lastBuildDate>Mon, 27 Jun 2011 17:53:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Switching between OS and CEGUI cursor (windowed mode)</title>
		<link>http://flip.netzbeben.de/2009/01/switching-between-os-and-cegui-cursor-windowed-mode/</link>
		<comments>http://flip.netzbeben.de/2009/01/switching-between-os-and-cegui-cursor-windowed-mode/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 22:07:24 +0000</pubDate>
		<dc:creator>flipkick</dc:creator>
				<category><![CDATA[CEGUI]]></category>
		<category><![CDATA[OIS]]></category>

		<guid isPermaLink="false">http://flip.netzbeben.de/?p=46</guid>
		<description><![CDATA[I&#8217;m using the following snippet in my mouseMoved-Event to handle the switching between the windows os mouse cursor and the cegui mouse cursor when entering/leaving the RenderWindow. if (mMouseInWindow) { CEGUI::System::getSingleton().injectMousePosition( arg.state.X.abs, arg.state.Y.abs ); if (arg.state.X.abs == 0 &#124;&#124; arg.state.Y.abs == 0 &#124;&#124; arg.state.X.abs == mWindowMaxWidth &#124;&#124; arg.state.Y.abs == mWindowMaxHeight) { CEGUI::MouseCursor::getSingleton().hide(); ShowCursor(true); // windows [...]]]></description>
		<wfw:commentRss>http://flip.netzbeben.de/2009/01/switching-between-os-and-cegui-cursor-windowed-mode/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

