<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/vjoywrapper/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/vjoywrapper/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 23 May 2012 17:50:19 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vjoywrapper/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Ben Hirashima</title><link>https://sourceforge.net/p/vjoywrapper/wiki/Home/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,13 @@
-Welcome to your wiki!
+Usage:
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+~~~~~~~~~~
+using vJoyWrapper;
 
-The wiki uses [Markdown](/p/vjoywrapper/wiki/markdown_syntax/) syntax.
+VJoy joystick = new VJoy();
 
-[[project_admins]]
-[[download_button]]
+if(joystick.IsDeviceAccessible()) {
+    joystick.SetButton(0, true);
+    joystick.SetAxis(JoystickAxis.AxisX, VJoy.AxisMax);
+    joystick.UpdateJoystick();
+} 
+~~~~~~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Hirashima</dc:creator><pubDate>Wed, 23 May 2012 17:50:19 -0000</pubDate><guid>https://sourceforge.netb66f7786c9ff8720eb7ed9659326a407d2887846</guid></item><item><title>WikiPage Home modified by Ben Hirashima</title><link>https://sourceforge.net/p/vjoywrapper/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/vjoywrapper/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Hirashima</dc:creator><pubDate>Wed, 23 May 2012 17:15:01 -0000</pubDate><guid>https://sourceforge.nete6df2cea2885af8655ebe462c31c0b69169cc292</guid></item></channel></rss>