-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path2DMOUSE.H
More file actions
61 lines (52 loc) · 2.01 KB
/
Copy path2DMOUSE.H
File metadata and controls
61 lines (52 loc) · 2.01 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/* ========================================================================
Copyright (c) 1990,1997 Synergistic Software
All Rights Reserved
Author: G. Powell
======================================================================== */
#ifndef _2DMOUSE_H
#define _2DMOUSE_H
/* ------------------------------------------------------------------------
Sub Includes
------------------------------------------------------------------------ */
#if !defined(_TYPEDEFS_H)
#include "typedefs.h"
#endif
#if !defined(_WADTHING_H)
#include "wadthing.h"
#endif
/* ------------------------------------------------------------------------
Defines and Compile Flags
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Enums
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Typedefs
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Macros
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
Global Variables
------------------------------------------------------------------------ */
#if defined (__cplusplus)
extern "C" {
#endif
#if defined (__cplusplus)
}
#endif
/* ------------------------------------------------------------------------
Prototypes
------------------------------------------------------------------------ */
#if defined (__cplusplus)
extern "C" {
#endif
void mouse_move(void);
void handle_2dmouse(void);
PFVLLL SetMouseClicked (WadThingType Type, PFVLLL pfClickFunc );
PFVL SetLeftButtonClicked(PFVL pfClickFunc );
PFVL SetRightButtonClicked(PFVL pfClickFunc );
#if defined (__cplusplus)
}
#endif
#endif // _2DMOUSE_H