#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:

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)) |
|
|
Definition at line 44 of file EventWindowWin32.cpp. Referenced by gadget::EventWindowWin32::addMouseButtonEvent, gadget::EventWindowWin32::addMouseMoveEvent, and gadget::EventWindowWin32::updKeys. |
|
|
Definition at line 47 of file EventWindowWin32.cpp. Referenced by gadget::EventWindowWin32::addMouseButtonEvent, gadget::EventWindowWin32::addMouseMoveEvent, and gadget::EventWindowWin32::updKeys. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002