OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TCurrentEvent Struct Reference

Current event structure for windows events. More...

#include <owl/applicat.h>

Public Member Functions

 TCurrentEvent ()
 

Public Attributes

TWindowWin
 Window that message was sent/dispatched to.
 
TMsgId Message
 Message ID.
 
TParam1 Param1
 First parameter (WPARAM)
 
TParam2 Param2
 Second parameter (LPARAM)
 

Detailed Description

Current event structure for windows events.

Definition at line 112 of file applicat.h.

Constructor & Destructor Documentation

◆ TCurrentEvent()

owl::TCurrentEvent::TCurrentEvent ( )
inline

Definition at line 119 of file applicat.h.

Member Data Documentation

◆ Message

TMsgId owl::TCurrentEvent::Message

Message ID.

Definition at line 115 of file applicat.h.

◆ Param1

TParam1 owl::TCurrentEvent::Param1

First parameter (WPARAM)

Definition at line 116 of file applicat.h.

◆ Param2

TParam2 owl::TCurrentEvent::Param2

Second parameter (LPARAM)

Definition at line 117 of file applicat.h.

◆ Win

TWindow* owl::TCurrentEvent::Win

Window that message was sent/dispatched to.

Definition at line 114 of file applicat.h.


The documentation for this struct was generated from the following file: