aboutsummaryrefslogtreecommitdiff
path: root/code/pnd/pnd_event.h
blob: 6f19cb1dcdcf8548002894991de98afb9088382d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PND_EVENT_H
#define PND_EVENT_H

void PND_Setup_Controls( void );
void PND_Close_Controls( void );

void PND_SendAllEvents( void );
void PND_SendKeyEvents( void );
void PND_SendRelEvents( void );
void PND_SendAbsEvents( void );

#endif