<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>kinectmouse Wiki Rss Feed</title><link>http://kinectmouse.codeplex.com/</link><description>kinectmouse Wiki Rss Description</description><item><title>New Comment on "Documentation"</title><link>https://kinectmouse.codeplex.com/documentation?&amp;ANCHOR#C27110</link><description>Do anyone have this project used C&amp;#43;&amp;#43;&amp;#63;&amp;#63;&amp;#63;&amp;#63; I just can&amp;#39;t find it.</description><author>gaozhongpai</author><pubDate>Sat, 06 Apr 2013 11:57:20 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20130406115720A</guid></item><item><title>New Comment on "Documentation"</title><link>http://kinectmouse.codeplex.com/documentation?&amp;ANCHOR#C25520</link><description>as I can right click&amp;#63;</description><author>tonatiuhNava</author><pubDate>Thu, 08 Nov 2012 01:32:25 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20121108013225A</guid></item><item><title>New Comment on "Documentation"</title><link>http://kinectmouse.codeplex.com/documentation?&amp;ANCHOR#C23793</link><description>Just a thought, if you aren&amp;#39;t including the SLN, then consider have a way to control the mouse speed, I reckon that you could use the control panel.</description><author>TheTennGuy</author><pubDate>Tue, 22 May 2012 21:39:41 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20120522093941P</guid></item><item><title>New Comment on "Documentation"</title><link>http://kinectmouse.codeplex.com/documentation?&amp;ANCHOR#C23792</link><description>Downloaded, unzipped and then followed your instructions &amp;#40;C&amp;#35;&amp;#41;, not sure what these instructions are for but they do not map to the unzipped files.  &amp;#10;There is no SLN, there is no CursorControl.exe under the KinectMouse folder.&amp;#10;Noticed that you have a bunch of responders that didn&amp;#39;t tell you the truth.&amp;#10;Did figure out how to get it running, but seriously shouldn&amp;#39;t you just give it a test on a machine that doesn&amp;#39;t have your code on it&amp;#63;</description><author>TheTennGuy</author><pubDate>Tue, 22 May 2012 21:37:08 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20120522093708P</guid></item><item><title>Updated Wiki: Home</title><link>http://kinectmouse.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Kinect Mouse Cursor is a demo application that uses the Kinect for Windows SDK and its skeletal tracking features to allow a user to use their hands to control the Windows mouse cursor.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Updated for Kinect for Windows SDK v1.0!&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=kinectmouse&amp;DownloadId=249831" alt="cursor.png" title="cursor.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>peekb</author><pubDate>Wed, 01 Feb 2012 13:03:29 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120201010329P</guid></item><item><title>Updated Wiki: Home</title><link>http://kinectmouse.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Kinect Mouse Cursor is a demo application that uses the Kinect for Windows SDK and its skeletal tracking features to allow a user to use their hands to control the Windows mouse cursor.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Updated for Kinect for Windows SDK v1.0 RTM!&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=kinectmouse&amp;DownloadId=249831" alt="cursor.png" title="cursor.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>peekb</author><pubDate>Wed, 01 Feb 2012 12:33:58 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120201123358P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://kinectmouse.codeplex.com/documentation?version=5</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;OVERVIEW&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;This sample demonstrates how to use the Kinect skeletal tracking feature to move the mouse cursor with a user&amp;#39;s hands.  &lt;br /&gt;- By default, the right hand moves the cursor and the left hand controls the left mouse button.&lt;br /&gt;- When the left hand is raised, the mouse button is held down.  When the left hand is lowered, the mouse button is released.&lt;br /&gt;- Use the checkbox on the main UI to switch to &amp;quot;left-handed&amp;quot; mode where the hand functions are reversed.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;FILES&lt;/b&gt;&lt;br /&gt;- App.xaml: declaration of application level resources&lt;br /&gt;- App.xaml.cs/vb: interaction logic behind app.xaml&lt;br /&gt;- MainWindow.xaml: declaration of layout within main application window&lt;br /&gt;- MainWindow.xaml.cs/vb: NUI initialization, processing&lt;br /&gt;- CursorControl.ico: Application icon used in title bar and task bar&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;BUILDING THE SAMPLE&lt;/b&gt;&lt;br /&gt;&lt;u&gt;To build the sample using Visual Studio (preferred method):&lt;/u&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;In Windows Explorer, navigate to the &lt;a href="http://kinectmouse.codeplex.com/wikipage?title=directory%20pathname&amp;referringTitle=Documentation"&gt;directory pathname&lt;/a&gt; directory.&lt;/li&gt;
&lt;li&gt;Double-click the icon for the .sln (solution) file to open the file in Visual Studio.&lt;/li&gt;
&lt;li&gt;In the Build menu, select Build Solution. The application will be built in the default \Debug or \Release directory.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;RUNNING THE SAMPLE&lt;/b&gt;&lt;br /&gt;&lt;u&gt;To run the sample:&lt;/u&gt;
&lt;ol&gt;&lt;li&gt;Navigate to the directory that contains the new executable, using the command prompt or Windows Explorer.&lt;/li&gt;
&lt;li&gt;Type Cursorcontrol at the command line, or double-click the icon for CursorControl to launch it from Windows Explorer.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>peekb</author><pubDate>Mon, 21 Nov 2011 04:21:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20111121042120A</guid></item><item><title>Updated Wiki: Home</title><link>http://kinectmouse.codeplex.com/wikipage?version=6</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Kinect Mouse Cursor is a demo application that uses the Kinect for Windows SDK and its skeletal tracking features to allow a user to use their hands to control the Windows mouse cursor.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Updated for Kinect for Windows SDK v1.0 Beta 2!&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=kinectmouse&amp;DownloadId=249831" alt="cursor.png" title="cursor.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>crutkas</author><pubDate>Fri, 04 Nov 2011 22:40:45 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111104104045P</guid></item><item><title>Updated Wiki: Home</title><link>http://kinectmouse.codeplex.com/wikipage?version=5</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Kinect Mouse Cursor is a demo application that uses the Kinect for Windows SDK and its skeletal tracking features to allow a user to use their hands to control the Windows mouse cursor.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Updated for Coding4Fun Kinect Toolkit Kinect for Windows SDK v1.0 Beta 2!&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=kinectmouse&amp;DownloadId=249831" alt="cursor.png" title="cursor.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>crutkas</author><pubDate>Fri, 04 Nov 2011 22:38:33 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111104103833P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://kinectmouse.codeplex.com/documentation?version=4</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;OVERVIEW&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;This sample demonstrates how to use the Kinect skeletal tracking feature to move the mouse cursor with a user&amp;#39;s hands.  &lt;br /&gt;- By default, the right hand moves the cursor and the left hand controls the left mouse button.&lt;br /&gt;- Then the left hand is raised, the mouse button is held down.  When the left hand is lowered, the mouse button is released.&lt;br /&gt;- Use the checkbox on the main UI to switch to &amp;quot;left-handed&amp;quot; mode where the hand functions are reversed.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;FILES&lt;/b&gt;&lt;br /&gt;- App.xaml: declaration of application level resources&lt;br /&gt;- App.xaml.cs/vb: interaction logic behind app.xaml&lt;br /&gt;- MainWindow.xaml: declaration of layout within main application window&lt;br /&gt;- MainWindow.xaml.cs/vb: NUI initialization, processing&lt;br /&gt;- CursorControl.ico: Application icon used in title bar and task bar&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;BUILDING THE SAMPLE&lt;/b&gt;&lt;br /&gt;&lt;u&gt;To build the sample using Visual Studio (preferred method):&lt;/u&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;In Windows Explorer, navigate to the &lt;a href="http://kinectmouse.codeplex.com/wikipage?title=directory%20pathname&amp;referringTitle=Documentation"&gt;directory pathname&lt;/a&gt; directory.&lt;/li&gt;
&lt;li&gt;Double-click the icon for the .sln (solution) file to open the file in Visual Studio.&lt;/li&gt;
&lt;li&gt;In the Build menu, select Build Solution. The application will be built in the default \Debug or \Release directory.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;RUNNING THE SAMPLE&lt;/b&gt;&lt;br /&gt;&lt;u&gt;To run the sample:&lt;/u&gt;
&lt;ol&gt;&lt;li&gt;Navigate to the directory that contains the new executable, using the command prompt or Windows Explorer.&lt;/li&gt;
&lt;li&gt;Type Cursorcontrol at the command line, or double-click the icon for CursorControl to launch it from Windows Explorer.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>peekb</author><pubDate>Fri, 12 Aug 2011 05:50:58 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110812055058A</guid></item></channel></rss>