| Mac-MissileLauncher documentation | view source | Contained in the Mac-MissileLauncher distribution. |
Mac::MissileLauncher - interface to toy USB missile launchers for Mac
use Mac::MissileLauncher; my $missile = Mac::MissileLauncher->new(num => 0); $missile->up; $missile->down; $missile->left; $missile->right; $missile->fire; $missile->stop; $missile->up->down->left->right->fire;
Mac::MissileLauncher is basic interface to the toy USB missile launchers for Mac. It is possible to use it by USB Circus Cannon and USB Missile Launcher (2nd type).
Kazuhiro Osawa <ko@yappo.ne.jp>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Mac-MissileLauncher documentation | view source | Contained in the Mac-MissileLauncher distribution. |