Property | Type | Description | |
---|---|---|---|
Activate | void | ||
CarbonGLNative | System | ||
CarbonGLNative | System | ||
CheckEnterLeaveEvents | void | ||
ConfineMouseToWindow | |||
ConnectEvents | void | ||
CreateNativeWindow | void | ||
DispatchEvent | OSStatus | ||
DisposeUPP | void | ||
GetCharCodes | void | ||
GetRegion | Rect | ||
Hide | void | ||
LoadSize | void | ||
OnActivate | void | ||
OnDeactivate | void | ||
OnKeyPress | void | ||
OnMouseEnter | void | ||
OnMouseLeave | void | ||
OnWindowStateChanged | void | ||
ProcessKeyboardEvent | OSStatus | ||
ProcessModifierKey | void | ||
ProcessWindowEvent | OSStatus | ||
ResetMouseToWindowCenter | void | ||
SetCarbonWindowState | void | ||
SetClientSize | void | ||
SetFullscreen | void | ||
SetIcon | void | ||
SetLocation | void | ||
SetSize | void | ||
Show | void | ||
UnsetFullscreen | void |
Method | Description | |
---|---|---|
CarbonGLNative ( int x, int y, int width, int height, string title, OpenTK.Graphics.GraphicsMode mode, GameWindowFlags options, DisplayDevice device ) : System | ||
Close ( ) : void | ||
Dispose ( ) : void | ||
PointToClient ( Point point ) : Point | ||
PointToScreen ( Point point ) : Point | ||
ProcessEvents ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
EventHandler ( |
||
OnClosed ( ) : void | ||
OnClosing ( CancelEventArgs e ) : void | ||
ProcessMouseEvent ( |
Method | Description | |
---|---|---|
Activate ( ) : void | ||
CarbonGLNative ( ) : System | ||
CarbonGLNative ( WindowClass @class, WindowAttributes attrib ) : System | ||
CheckEnterLeaveEvents ( |
||
ConfineMouseToWindow ( |
||
ConnectEvents ( ) : void | ||
CreateNativeWindow ( WindowClass @class, WindowAttributes attrib, Rect r ) : void | ||
DispatchEvent ( |
||
DisposeUPP ( ) : void | ||
GetCharCodes ( |
||
GetRegion ( ) : Rect | ||
Hide ( ) : void | ||
LoadSize ( ) : void | ||
OnActivate ( ) : void | ||
OnDeactivate ( ) : void | ||
OnKeyPress ( KeyPressEventArgs keyPressArgs ) : void | ||
OnMouseEnter ( ) : void | ||
OnMouseLeave ( ) : void | ||
OnWindowStateChanged ( ) : void | ||
ProcessKeyboardEvent ( |
||
ProcessModifierKey ( |
||
ProcessWindowEvent ( |
||
ResetMouseToWindowCenter ( ) : void | ||
SetCarbonWindowState ( ) : void | ||
SetClientSize ( short width, short height ) : void | ||
SetFullscreen ( |
||
SetIcon ( |
||
SetLocation ( short x, short y ) : void | ||
SetSize ( short width, short height ) : void | ||
Show ( ) : void | ||
UnsetFullscreen ( |
public CarbonGLNative ( int x, int y, int width, int height, string title, OpenTK.Graphics.GraphicsMode mode, GameWindowFlags options, DisplayDevice device ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
title | string | |
mode | OpenTK.Graphics.GraphicsMode | |
options | GameWindowFlags | |
device | DisplayDevice | |
return | System |
protected static EventHandler ( |
||
inCaller | ||
inEvent | ||
userData | ||
return | OSStatus |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |
protected ProcessMouseEvent ( |
||
inCaller | ||
inEvent | ||
evt | ||
userData | ||
return | OSStatus |