프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ChangeClientSize | void | ||
Dispose | void | ||
Initialize | void | ||
OnActivated | void | ||
OnClientSizeChanged | void | ||
OnDeactivate | void | ||
OnKeyPress | void | ||
OnMouseEnter | void | ||
OnMouseLeave | void | ||
OnMouseScroll | void | ||
OnRawKeyEvent | void | ||
PeekMessage | bool | ||
RegisterToAllWindows | void | ||
RunLoop | void | ||
UnregisterFromAllWindows | void | ||
UpdateMouseState | void | ||
UpdateWindows | void | ||
WinFormsGameWindow | System |
메소드 | 설명 | |
---|---|---|
BeginScreenDeviceChange ( bool willBeFullScreen ) : void | ||
Dispose ( ) : void | ||
EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void | ||
MouseVisibleToggled ( ) : void |
메소드 | 설명 | |
---|---|---|
SetSupportedOrientations ( DisplayOrientation orientations ) : void | ||
SetTitle ( string title ) : void |
메소드 | 설명 | |
---|---|---|
ChangeClientSize ( |
||
Dispose ( bool disposing ) : void | ||
Initialize ( int width, int height ) : void | ||
OnActivated ( object sender, |
||
OnClientSizeChanged ( object sender, |
||
OnDeactivate ( object sender, |
||
OnKeyPress ( object sender, |
||
OnMouseEnter ( object sender, |
||
OnMouseLeave ( object sender, |
||
OnMouseScroll ( object sender, MouseEventArgs mouseEventArgs ) : void | ||
OnRawKeyEvent ( object sender, SharpDX.RawInput.KeyboardInputEventArgs args ) : void | ||
PeekMessage ( NativeMessage &msg, |
||
RegisterToAllWindows ( ) : void | ||
RunLoop ( ) : void | ||
UnregisterFromAllWindows ( ) : void | ||
UpdateMouseState ( ) : void | ||
UpdateWindows ( ) : void | ||
WinFormsGameWindow ( MonoGame.Framework.WinFormsGamePlatform platform ) : System |
public BeginScreenDeviceChange ( bool willBeFullScreen ) : void | ||
willBeFullScreen | bool | |
리턴 | void |
public EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void | ||
screenDeviceName | string | |
clientWidth | int | |
clientHeight | int | |
리턴 | void |
protected SetSupportedOrientations ( DisplayOrientation orientations ) : void | ||
orientations | DisplayOrientation | |
리턴 | void |