Space Engineers
Public Member Functions | Protected Member Functions | Properties | List of all members
Sandbox.MySandboxForm Class Reference
Inheritance diagram for Sandbox.MySandboxForm:
VRageRender.ExternalApp.IMyRenderWindow

Public Member Functions

void UpdateClip ()
 
void SetMouseCapture (bool capture)
 
void OnModeChanged (VRageRender.MyWindowModeEnum windowMode, int width, int height)
 
void BeforeDraw ()
 
- Public Member Functions inherited from VRageRender.ExternalApp.IMyRenderWindow
void OnModeChanged (VRageRender.MyWindowModeEnum mode, int width, int height)
 Called by render when display mode has changed More...
 

Protected Member Functions

override void OnActivated (EventArgs e)
 
override void OnDeactivate (EventArgs e)
 
override void OnResizeBegin (EventArgs e)
 
override void WndProc (ref Message m)
 

Properties

bool IsActive [get]
 
bool ShowCursor [get, set]
 
bool DrawEnabled [get]
 
- Properties inherited from VRageRender.ExternalApp.IMyRenderWindow
bool DrawEnabled [get]
 True when Present on device should be called (e.g. window not minimized) More...
 
IntPtr Handle [get]
 Target window handle More...
 

Detailed Description

Definition at line 18 of file MySandboxForm.cs.

Member Function Documentation

void Sandbox.MySandboxForm.BeforeDraw ( )
inline

Implements VRageRender.ExternalApp.IMyRenderWindow.

Definition at line 194 of file MySandboxForm.cs.

override void Sandbox.MySandboxForm.OnActivated ( EventArgs  e)
inlineprotected

Definition at line 61 of file MySandboxForm.cs.

override void Sandbox.MySandboxForm.OnDeactivate ( EventArgs  e)
inlineprotected

Definition at line 72 of file MySandboxForm.cs.

void Sandbox.MySandboxForm.OnModeChanged ( VRageRender.MyWindowModeEnum  windowMode,
int  width,
int  height 
)
inline

Definition at line 142 of file MySandboxForm.cs.

override void Sandbox.MySandboxForm.OnResizeBegin ( EventArgs  e)
inlineprotected

Definition at line 84 of file MySandboxForm.cs.

void Sandbox.MySandboxForm.SetMouseCapture ( bool  capture)
inline

Implements VRageRender.ExternalApp.IMyRenderWindow.

Definition at line 136 of file MySandboxForm.cs.

void Sandbox.MySandboxForm.UpdateClip ( )
inline

Definition at line 100 of file MySandboxForm.cs.

override void Sandbox.MySandboxForm.WndProc ( ref Message  m)
inlineprotected

Definition at line 199 of file MySandboxForm.cs.

Property Documentation

bool Sandbox.MySandboxForm.DrawEnabled
get

Definition at line 132 of file MySandboxForm.cs.

bool Sandbox.MySandboxForm.IsActive
get

Definition at line 43 of file MySandboxForm.cs.

bool Sandbox.MySandboxForm.ShowCursor
getset

Definition at line 46 of file MySandboxForm.cs.


The documentation for this class was generated from the following file: