The Conroy & Conroy Subroutine Library (2021.3 edition)

TGeneric_Event
What: class
Ancestor: TBase_Object
File: _Events
Layer: 1
Platforms: C++, C#, Javascript, Pascal (Object), PHP, Python

An abstract base class for classes that represent events. It contains the following methods and instance data:

Methods:
Name
string Name()
function Name : string
Returns the event name.

Public Instance Data:
Event_Type
int32 Event_Type
Event_Type : int32
Source of the event.

Name
void* Source
Source : pointer
Source of the event.

User
bool User
User : boolean
True if directly a user-generated event (such as a keystroke).