SoWinDevice Class |
Abstract base class for input devices.
Namespace: OIV.Inventor.Win.Devices
The SoWinDevice type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWindowSize | Gets the size of the window this device is registered for. | |
SetWindowSize | Sets the size of the window this device is registered for. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This is the abstract base class for devices in the Open Inventor Windows component and utility library. When a device is registered with an OIV.Inventor.Win.SoWinRenderArea, the device is able to generate messages in the render area window.
Used internally by OIV.Inventor.Win.SoWinRenderArea and derived classes. Can also be used by the application to translate system events into OIV.Inventor.Events.SoEvent objects.