Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
coord_select.h
Go to the documentation of this file.
1
#include "
vec.h
"
2
#include "
animation.h
"
3
#include "
in_mouse.h
"
4
5
class
CoordinateSelect
6
{
7
protected
:
8
float
CrosshairSize
;
9
Animation
LocSelAni
;
10
QVector
LocalPosition
;
11
void
UpdateMouse
();
12
public
:
13
static
void
MouseMoveHandle
(
KBSTATE
,
int
,
int
,
int
,
int
,
int
);
14
CoordinateSelect
(
QVector
);
//wish I could warp mouse pointer there
15
~CoordinateSelect
() {}
16
inline
QVector
GetVector
()
17
{
18
return
LocalPosition
;
19
}
20
void
Draw
();
21
};
22
src
gfx
coord_select.h
Generated on Fri May 29 2015 23:07:23 for Vegastrike 0.5.1 rc1 by
1.8.4