|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <PEvent.h>
Public Attributes | |
| long unsigned int | x |
| long unsigned int | y |
| long int | deltax |
| long int | deltay |
| int | direction |
| long int PEBL_MouseWheelEvent::deltax |
Definition at line 116 of file PEvent.h.
Referenced by PEvent::GetMouseWheelEvent(), PEvent::operator Variant(), PlatformEventQueue::Prime(), PEBLEnvironment::StartEventLoop(), PEBLEnvironment::WaitForMouseButton(), and PEBLEnvironment::WaitForMouseButtonWithTimeout().
| long int PEBL_MouseWheelEvent::deltay |
Definition at line 116 of file PEvent.h.
Referenced by PEvent::GetMouseWheelEvent(), PEvent::operator Variant(), PlatformEventQueue::Prime(), PEBLEnvironment::StartEventLoop(), PEBLEnvironment::WaitForMouseButton(), and PEBLEnvironment::WaitForMouseButtonWithTimeout().
| int PEBL_MouseWheelEvent::direction |
Definition at line 117 of file PEvent.h.
Referenced by PEvent::GetMouseWheelEvent(), PEvent::operator Variant(), PlatformEventQueue::Prime(), PEBLEnvironment::StartEventLoop(), PEBLEnvironment::WaitForMouseButton(), and PEBLEnvironment::WaitForMouseButtonWithTimeout().
| long unsigned int PEBL_MouseWheelEvent::x |
Definition at line 115 of file PEvent.h.
Referenced by PEvent::GetMouseWheelEvent(), PEvent::operator Variant(), PlatformEventQueue::Prime(), PEBLEnvironment::StartEventLoop(), PEBLEnvironment::WaitForMouseButton(), and PEBLEnvironment::WaitForMouseButtonWithTimeout().
| long unsigned int PEBL_MouseWheelEvent::y |
Definition at line 115 of file PEvent.h.
Referenced by PEvent::GetMouseWheelEvent(), PEvent::operator Variant(), PlatformEventQueue::Prime(), PEBLEnvironment::StartEventLoop(), PEBLEnvironment::WaitForMouseButton(), and PEBLEnvironment::WaitForMouseButtonWithTimeout().