Skip to content

Commit

Permalink
VPRN: device uses "device" and not "name"
Browse files Browse the repository at this point in the history
  • Loading branch information
dfelinto committed Feb 11, 2015
1 parent a6116cc commit 9747efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual/components/vrpn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Example with a Nintendo Wii Controller
(...)
<plugins>
<vrpn>
<analog name="WiiMote0" host="localhost" processor_method="wiiAnalog"/>
<button name="WiiMote0" host="localhost" processor_method="wiiButton"/>
<analog device="WiiMote0" host="localhost" processor_method="wiiAnalog"/>
<button device="WiiMote0" host="localhost" processor_method="wiiButton"/>
</vrpn>
</plugins>
</processor>
Expand Down

0 comments on commit 9747efd

Please sign in to comment.