| MyRenderWindow Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.MyRenderWindow"]
Namespace: VRage
public class MyRenderWindow : IMyRenderWindow, IMyBufferedInputSource
The MyRenderWindow type exposes the following members.
| Name | Description | |
|---|---|---|
| MyRenderWindow | Initializes a new instance of the MyRenderWindow class |
| Name | Description | |
|---|---|---|
| DrawEnabled | ||
| Handle |
| Name | Description | |
|---|---|---|
| BeforeDraw | ||
| OnModeChanged | ||
| SetMouseCapture |
| Name | Description | |
|---|---|---|
| Control | ||
| TopLevelForm |
| Name | Description | |
|---|---|---|
| IMyBufferedInputSourceMouseAreaSize | ||
| IMyBufferedInputSourceMousePosition | ||
| IMyBufferedInputSourceSwapBufferedTextInput |
Swaps internal buffer with the one passed as argument. This swapping operation
must be implemented in a thread safe manner. Buffer passed into the function will
replaced by the internal buffer and returned in the same variable.
|