Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "cmd/unit_generic.h"
#include "star_system.h"
#include "loc_select.h"
#include "coord_select.h"
#include "vs_globals.h"
#include "in_kb.h"
#include "gfx/camera.h"
Go to the source code of this file.
Functions | |
Vector | MouseCoordinate (int mouseX, int mouseY) |
Variables | |
int | CoordinateSelectChange = 0 |
int | CoordinateSelectmousex |
int | CoordinateSelectmousey |
KBSTATE | keyState [LAST_MODIFIER][KEYMAP_SIZE] |
Definition at line 10 of file click_list.cpp.
References GFXDeviceToEye().
Referenced by ClickList::queryShip(), GameUnit< UnitType >::querySphereClickList(), and CoordinateSelect::UpdateMouse().
int CoordinateSelectChange = 0 |
Definition at line 8 of file coord_select.cpp.
Referenced by CoordinateSelect::CoordinateSelect(), CoordinateSelect::Draw(), CoordinateSelect::MouseMoveHandle(), and CoordinateSelect::UpdateMouse().
int CoordinateSelectmousex |
Definition at line 9 of file coord_select.cpp.
Referenced by CoordinateSelect::CoordinateSelect(), CoordinateSelect::MouseMoveHandle(), and CoordinateSelect::UpdateMouse().
int CoordinateSelectmousey |
Definition at line 10 of file coord_select.cpp.
Referenced by CoordinateSelect::CoordinateSelect(), CoordinateSelect::MouseMoveHandle(), and CoordinateSelect::UpdateMouse().
KBSTATE keyState[LAST_MODIFIER][KEYMAP_SIZE] |
Definition at line 46 of file in_kb.cpp.
Referenced by AddListener(), glut_keyboard_cb(), InitKB(), kbGetInput(), CoordinateSelect::MouseMoveHandle(), LocationSelect::MouseMoveHandle(), ProcessKB(), and RestoreKB().