Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

EventWindowWin32.cpp File Reference

#include <gadget/gadgetConfig.h>
#include <sys/types.h>
#include <jccl/Config/ConfigElement.h>
#include <gadget/Util/Debug.h>
#include <gadget/Type/EventWindow/KeyEvent.h>
#include <gadget/Type/EventWindow/MouseEvent.h>
#include <gadget/Devices/EventWindow/EventWindowWin32.h>

Include dependency graph for EventWindowWin32.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  gadget

Defines

#define GET_X_LPARAM(lp)   ((int)(short)LOWORD(lp))
#define GET_Y_LPARAM(lp)   ((int)(short)HIWORD(lp))


Define Documentation

#define GET_X_LPARAM lp       ((int)(short)LOWORD(lp))
 

Definition at line 44 of file EventWindowWin32.cpp.

Referenced by gadget::EventWindowWin32::addMouseButtonEvent, gadget::EventWindowWin32::addMouseMoveEvent, and gadget::EventWindowWin32::updKeys.

#define GET_Y_LPARAM lp       ((int)(short)HIWORD(lp))
 

Definition at line 47 of file EventWindowWin32.cpp.

Referenced by gadget::EventWindowWin32::addMouseButtonEvent, gadget::EventWindowWin32::addMouseMoveEvent, and gadget::EventWindowWin32::updKeys.


Generated on Sun May 2 14:25:44 2004 for Gadgeteer by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002