|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Current event structure for windows events. More...
#include <owl/applicat.h>
Public Member Functions | |
| TCurrentEvent () | |
Public Attributes | |
| TWindow * | Win |
| Window that message was sent/dispatched to. | |
| TMsgId | Message |
| Message ID. | |
| TParam1 | Param1 |
| First parameter (WPARAM) | |
| TParam2 | Param2 |
| Second parameter (LPARAM) | |
Current event structure for windows events.
Definition at line 112 of file applicat.h.
|
inline |
Definition at line 119 of file applicat.h.
| TMsgId owl::TCurrentEvent::Message |
Message ID.
Definition at line 115 of file applicat.h.
| TParam1 owl::TCurrentEvent::Param1 |
First parameter (WPARAM)
Definition at line 116 of file applicat.h.
| TParam2 owl::TCurrentEvent::Param2 |
Second parameter (LPARAM)
Definition at line 117 of file applicat.h.
| TWindow* owl::TCurrentEvent::Win |
Window that message was sent/dispatched to.
Definition at line 114 of file applicat.h.