|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include "PEBLEnvironment.h"#include "PEBLObjects.h"#include "../base/Variant.h"#include "../base/PList.h"#include "../base/PComplexData.h"#include "../base/PNode.h"#include "../base/grammar.tab.hpp"#include "../base/Evaluator.h"#include "../devices/PEventLoop.h"#include "../utility/PError.h"#include "../utility/PEBLUtility.h"#include "../utility/rc_ptrs.h"#include "../devices/PTimer.h"#include "../devices/DeviceState.h"#include "../objects/PTextBox.h"#include "../platforms/sdl/PlatformTimer.h"#include "../platforms/sdl/PlatformKeyboard.h"#include "../platforms/sdl/PlatformTextBox.h"#include "../platforms/sdl/PlatformEventQueue.h"#include <ctime>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | PEBLEnvironment |
| The following initiates classes used by functions in the Environment library. | |
Variables | |
| PlatformTimer | PEBLEnvironment::myTimer |
| PlatformKeyboard | PEBLEnvironment::myKeyboard |
| PlatformEnvironment * | myEnv |
| PlatformEventQueue * | gEventQueue |
|
extern |
Definition at line 105 of file PEBLObjects.cpp.
Referenced by PEBLEnvironment::GetInput0(), PEBLObjects::MakeEnvironment(), PEBLEnvironment::RegisterEvent(), PEBLEnvironment::WaitForAnyKeyDown(), PEBLEnvironment::WaitForAnyKeyDownWithTimeout(), PEBLEnvironment::WaitForAnyKeyPress(), PEBLEnvironment::WaitForAnyKeyPressWithTimeout(), PEBLEnvironment::WaitForKeyDown(), PEBLEnvironment::WaitForKeyPress(), PEBLEnvironment::WaitForKeyRelease(), PEBLEnvironment::WaitForListKeyPress(), PEBLEnvironment::WaitForListKeyPressWithTimeout(), PEBLEnvironment::WaitForMouseButton(), and PEBLEnvironment::WaitForMouseButtonWithTimeout().
|
extern |
Definition at line 189 of file PEBL.cpp.
Referenced by PEBLEnvironment::GetCursorPosition(), PEBLEnvironment::GetInput0(), PEBLEnvironment::GetMouseState(), PEBLEnvironment::GetNumJoysticks(), PEBLEnvironment::GetVideoModes(), PEBLEnvironment::SetCursorPosition(), and PEBLEnvironment::ShowCursor().