Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 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 
6 {
7 protected:
8  float CrosshairSize;
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
16  inline QVector GetVector()
17  {
18  return LocalPosition;
19  }
20  void Draw();
21 };
22