aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/inp_subh.h
blob: 64a5d005f315370c1b5bd300c8f0db6123afbf6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
 * PARSEC HEADER: inp_subh.h
 */

#ifndef _INP_SUBH_H_
#define _INP_SUBH_H_


// ----------------------------------------------------------------------------
// INPUT SUBSYSTEM (INP) system-dependent function declarations               -
// ----------------------------------------------------------------------------

void  INPs_InitGeneral();
void  INPs_KillGeneral();

void  INPs_KeybInitHandler();
void  INPs_KeybKillHandler();

void  INPs_JoyInitHandler();
void  INPs_JoyKillHandler();

void  INPs_MouseInitHandler();
void  INPs_MouseKillHandler();
int   INPs_MouseSetState( mousestate_s *state );
int   INPs_MouseGetState( mousestate_s *state );


int			INPs_ActivateGun();
int			INPs_ActivateMissile();

void		INPs_Collect();
void		INPs_UserProcessAuxInput();

#endif // _INP_SUBH_H_