/usr/local/CPAN/OIS/OIS/JoyStick.pm


package OIS::JoyStick;

use strict;
use warnings;

use OIS::Object;
our @ISA = qw(OIS::Object);


1;