Writing Joystick Code: Part 1: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 251: Line 251:


In a later section I will show how to use buttons on the joystick as modifiers.
In a later section I will show how to use buttons on the joystick as modifiers.


== CDATA ==
== CDATA ==
If your code (or even comments) contains <, >, & or --, it can cause havoc with your xml file. Any area that contains any of these must be enclosed between
If your code (or even comments) contains <, >, & or --, it can cause havoc with your xml file. Any area that contains any of these must be enclosed between
   <![CDATA[      and    ]]>
   <![CDATA[      and    ]]>
-----------------------------------------------------------------------------




Go to [[Writing Joystick Code: Part 2]].
Go to [[Writing Joystick Code: Part 2]].
-----------------------------------------------------------------------------




224

edits

Navigation menu