Свойство | Тип | Описание | |
---|---|---|---|
AltLeftScanCode | uint | ||
AltRightScanCode | uint | ||
ControlLeftScanCode | uint | ||
ControlRightScanCode | uint | ||
ShiftLeftScanCode | uint | ||
ShiftRightScanCode | uint |
Свойство | Тип | Описание | |
---|---|---|---|
CreateWindow | |||
DestroyWindow | void | ||
Dispose | void | ||
EnableMouseTracking | void | ||
GET_XBUTTON_WPARAM | MouseButton | ||
GrabCursor | void | ||
HideBorder | void | ||
ResetWindowState | void | ||
RestoreBorder | void | ||
StartTimer | void | ||
StopTimer | void | ||
UngrabCursor | void | ||
WindowProcedure | IntPtr |
Метод | Описание | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
GetState ( ) : KeyboardState | ||
GetState ( int index ) : KeyboardState | ||
PointToClient ( Point point ) : Point | ||
PointToScreen ( Point point ) : Point | ||
Poll ( ) : void | ||
ProcessEvents ( ) : void | ||
WinGLNative ( int x, int y, int width, int height, string title, GameWindowFlags options, DisplayDevice device ) : System |
Метод | Описание | |
---|---|---|
CreateWindow ( int x, int y, int width, int height, string title, GameWindowFlags options, DisplayDevice device, |
||
DestroyWindow ( ) : void |
Starts the teardown sequence for the current window.
|
|
Dispose ( bool calledManually ) : void | ||
EnableMouseTracking ( ) : void | ||
GET_XBUTTON_WPARAM ( |
Decode the WM_XBUTTONDOWN, WM_XBUTTONUP paramaters. See: http://msdn.microsoft.com/en-us/library/windows/desktop/ms646245(v=vs.85).aspx
|
|
GrabCursor ( ) : void | ||
HideBorder ( ) : void | ||
ResetWindowState ( ) : void | ||
RestoreBorder ( ) : void | ||
StartTimer ( IntPtr handle ) : void | ||
StopTimer ( IntPtr handle ) : void | ||
UngrabCursor ( ) : void | ||
WindowProcedure ( IntPtr handle, WindowMessage message, IntPtr wParam, IntPtr lParam ) : IntPtr |
public GetState ( int index ) : KeyboardState | ||
index | int | |
Результат | KeyboardState |
public PointToClient ( Point point ) : Point | ||
point | Point | |
Результат | Point |
public PointToScreen ( Point point ) : Point | ||
point | Point | |
Результат | Point |
public WinGLNative ( int x, int y, int width, int height, string title, GameWindowFlags options, DisplayDevice device ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
title | string | |
options | GameWindowFlags | |
device | DisplayDevice | |
Результат | System |
public static uint ControlLeftScanCode | ||
Результат | uint |
public static uint ControlRightScanCode | ||
Результат | uint |
public static uint ShiftLeftScanCode | ||
Результат | uint |