#include <PVLE/Config.h>
#include <PVLE/Util/Assert.h>
#include <PVLE/Input/ControlMapper.h>
#include <wx/utils.h>
#include <osgUtil/LineSegmentIntersector>
#include <osgViewer/View>
Go to the source code of this file.
Defines | |
#define | CONTROL_MAPPER_WX |
Functions | |
void | getMousePosition (int *pX, int *pY) |
bool | appHasFocus (osgGA::GUIActionAdapter &aa, int mouseX, int mouseY) |
Detects if the application (= any of its windows) has the focus. |
#define CONTROL_MAPPER_WX |
Definition at line 91 of file ControlMapper.cpp.
bool appHasFocus | ( | osgGA::GUIActionAdapter & | aa, | |
int | mouseX, | |||
int | mouseY | |||
) |
Detects if the application (= any of its windows) has the focus.
Definition at line 114 of file ControlMapper.cpp.
Referenced by ControlMapper::handle().
void getMousePosition | ( | int * | pX, | |
int * | pY | |||
) | [inline] |