| SoWinDevice Class |
Abstract base class for input devices.
Namespace: OIV.Inventor.Win.Devices
The SoWinDevice type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
| GetType | (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 | (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.