File: KeyEvent.pm

package info (click to toggle)
libois-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: cpp: 392; perl: 386; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
package OIS::KeyEvent;

use strict;
use warnings;

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


1;