Ares
Static Public Member Functions | Static Public Attributes

Actions Class Reference

#include <src/Misc/Actions.h>

List of all members.

Static Public Member Functions

static void Set (MouseCursor *pCursor, bool bAllowShroud=false)

Static Public Attributes

static MouseCursor MP
static MouseCursor * MPCurrent = NULL
static MouseCursor * MPCustom = NULL
static MouseCursor * TempCursor = NULL
static bool MPCustomAllowShroud = true

Member Function Documentation

void Actions::Set ( MouseCursor *  pCursor,
bool  bAllowShroud = false 
) [static]
{
        Actions::MPCustom = pCursor;
        Actions::MPCustomAllowShroud = bAllowShroud;
}

Member Data Documentation

MouseCursor Actions::MP [static]
MouseCursor * Actions::MPCurrent = NULL [static]
MouseCursor * Actions::MPCustom = NULL [static]
bool Actions::MPCustomAllowShroud = true [static]
MouseCursor * Actions::TempCursor = NULL [static]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines