/usr/local/CPAN/OIS/OIS/KeyEvent.pm


package OIS::KeyEvent;

use strict;
use warnings;

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


1;