openTRI
0.1
triInput.h
1
/*
2
Copyright (C) 2000-2007 Tomas Jakobsson.
3
4
triInput.h
5
*/
6
7
#ifndef __TRIINPUT_H__
8
#define __TRIINPUT_H__
9
10
#include <pspctrl.h>
11
#include "triTypes.h"
12
13
extern
triBool triInputInit (
void
);
14
extern
void
triInputShutdown (
void
);
15
extern
void
triInputUpdate (
void
);
16
extern
triBool triInputAny (
void
);
17
extern
triBool triInputPressed (
const
triU32 Button);
18
extern
triBool triInputHeld (
const
triU32 Button);
19
extern
triVec2f* triInputGetStick (
void
);
20
21
#endif
// __TRIINPUT_H__
Generated by
1.14.0