Public Types |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
HPS.DriverEvent Class Reference
The DriverEvent class is the common base class of all driver events. A driver event represents a specific action the driver performs during an update. DriverEvents occur on the driver updater thread. More...
Inheritance diagram for HPS.DriverEvent:

Public Types | |
enum | StereoMatrix { ViewLeft = 0, ViewRight = 1, ProjectionLeft = 2, ProjectionRight = 3 } |
Public Member Functions | |
virtual void | Dispose () |
DriverEvent (HPS.DriverEvent in_that) | |
IntPtr | GetClassID () |
Returns a unique identifier that is shared by all objects of the same class. More... | |
IntPtr | GetGraphicsContext () |
IntPtr | GetSurface (int index) |
void | SetStereoMatrix (HPS.DriverEvent.StereoMatrix id, HPS.MatrixKit in_matrix) |
Protected Member Functions | |
virtual void | deleteCptr () |
Protected Attributes | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
The DriverEvent class is the common base class of all driver events. A driver event represents a specific action the driver performs during an update. DriverEvents occur on the driver updater thread.
Member Function Documentation
|
inline |
Returns a unique identifier that is shared by all objects of the same class.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.DriverEvent.cs