Method | Description | |
---|---|---|
CreateWindow ( int width, int height, string title, |
||
DefaultWindowHints ( ) : void | ||
DestroyWindow ( |
||
ExtensionSupported ( string extension ) : bool | ||
GetClipboardString ( |
||
GetCurrentContext ( ) : |
||
GetCursorPos ( |
||
GetFramebufferSize ( |
||
GetGammaRamp ( |
||
GetInputMode ( |
||
GetJoystickAxes ( Joystick joy ) : float[] | ||
GetJoystickButtons ( Joystick joy ) : byte[] | ||
GetJoystickName ( Joystick joy ) : string | ||
GetKey ( |
||
GetMonitorName ( |
||
GetMonitorPhysicalSize ( |
||
GetMonitorPos ( |
||
GetMonitors ( ) : Pencil.Gaming.GlfwMonitorPtr[] | ||
GetMouseButton ( |
||
GetNativePlatformWinHwnd ( |
||
GetPrimaryMonitor ( ) : |
||
GetProcAddress ( string procname ) : |
||
GetTime ( ) : double | ||
GetVersion ( int &major, int &minor, int &rev ) : void | ||
GetVersionString ( ) : string | ||
GetVideoMode ( |
||
GetVideoModes ( |
||
GetWindowAttrib ( |
||
GetWindowAttrib ( |
||
GetWindowMonitor ( |
||
GetWindowPos ( |
||
GetWindowSize ( |
||
GetWindowUserPointer ( |
||
HideWindow ( |
||
IconifyWindow ( |
||
Init ( ) : bool | ||
JoystickPresent ( Joystick joy ) : bool | ||
MakeContextCurrent ( |
||
PollEvents ( ) : void | ||
RestoreWindow ( |
||
SetCharCallback ( |
||
SetClipboardString ( |
||
SetCursorEnterCallback ( |
||
SetCursorPos ( |
||
SetCursorPosCallback ( |
||
SetErrorCallback ( GlfwErrorFun cbfun ) : GlfwErrorFun | ||
SetFramebufferSizeCallback ( |
||
SetGamma ( |
||
SetGammaRamp ( |
||
SetInputMode ( |
||
SetKeyCallback ( |
||
SetMouseButtonCallback ( |
||
SetScrollCallback ( |
||
SetTime ( double time ) : void | ||
SetWindowCloseCallback ( |
||
SetWindowFocusCallback ( |
||
SetWindowIconifyCallback ( |
||
SetWindowPos ( |
||
SetWindowPosCallback ( |
||
SetWindowRefreshCallback ( |
||
SetWindowShouldClose ( |
||
SetWindowSize ( |
||
SetWindowSizeCallback ( |
||
SetWindowTitle ( |
||
SetWindowUserPointer ( |
||
ShowWindow ( |
||
SwapBuffers ( GlfwWindowPtr window ) : void | ||
SwapInterval ( int interval ) : void | ||
Terminate ( ) : void | ||
WaitEvents ( ) : void | ||
WindowHint ( WindowHint target, int hint ) : void | ||
WindowShouldClose ( GlfwWindowPtr window ) : bool |
public static CreateWindow ( int width, int height, string title, |
||
width | int | |
height | int | |
title | string | |
monitor | ||
share | ||
return |
public static DestroyWindow ( |
||
window | ||
return | void |
public static ExtensionSupported ( string extension ) : bool | ||
extension | string | |
return | bool |
public static GetClipboardString ( |
||
window | ||
return | string |
public static GetCurrentContext ( ) : |
||
return |
public static GetCursorPos ( |
||
window | ||
xpos | double | |
ypos | double | |
return | void |
public static GetFramebufferSize ( |
||
window | ||
width | int | |
height | int | |
return | void |
public static GetGammaRamp ( |
||
monitor | ||
ramp | ||
return | void |
public static GetInputMode ( |
||
window | ||
mode | InputMode | |
return | int |
public static GetJoystickAxes ( Joystick joy ) : float[] | ||
joy | Joystick | |
return | float[] |
public static GetJoystickButtons ( Joystick joy ) : byte[] | ||
joy | Joystick | |
return | byte[] |
public static GetJoystickName ( Joystick joy ) : string | ||
joy | Joystick | |
return | string |
public static GetKey ( |
||
window | ||
key | Key | |
return | bool |
public static GetMonitorName ( |
||
monitor | ||
return | string |
public static GetMonitorPhysicalSize ( |
||
monitor | ||
width | int | |
height | int | |
return | void |
public static GetMonitorPos ( |
||
monitor | ||
xpos | int | |
ypos | int | |
return | void |
public static GetMonitors ( ) : Pencil.Gaming.GlfwMonitorPtr[] | ||
return | Pencil.Gaming.GlfwMonitorPtr[] |
public static GetMouseButton ( |
||
window | ||
button | MouseButton | |
return | bool |
public static GetNativePlatformWinHwnd ( |
||
wnd | ||
return |
public static GetPrimaryMonitor ( ) : |
||
return |
public static GetProcAddress ( string procname ) : |
||
procname | string | |
return |
public static GetVersion ( int &major, int &minor, int &rev ) : void | ||
major | int | |
minor | int | |
rev | int | |
return | void |
public static GetVideoMode ( |
||
monitor | ||
return |
public static GetVideoModes ( |
||
monitor | ||
return | Pencil.Gaming.GlfwVidMode[] |
public static GetWindowAttrib ( |
||
window | ||
param | WindowAttrib | |
return | int |
public static GetWindowAttrib ( |
||
window | ||
param | WindowHint | |
return | int |
public static GetWindowMonitor ( |
||
window | ||
return |
public static GetWindowPos ( |
||
window | ||
xpos | int | |
ypos | int | |
return | void |
public static GetWindowSize ( |
||
window | ||
width | int | |
height | int | |
return | void |
public static GetWindowUserPointer ( |
||
window | ||
return |
public static HideWindow ( |
||
window | ||
return | void |
public static IconifyWindow ( |
||
window | ||
return | void |
public static JoystickPresent ( Joystick joy ) : bool | ||
joy | Joystick | |
return | bool |
public static MakeContextCurrent ( |
||
window | ||
return | void |
public static RestoreWindow ( |
||
window | ||
return | void |
public static SetCharCallback ( |
||
window | ||
cbfun | GlfwCharFun | |
return | GlfwCharFun |
public static SetClipboardString ( |
||
window | ||
@string | string | |
return | void |
public static SetCursorEnterCallback ( |
||
window | ||
cbfun | GlfwCursorEnterFun | |
return | GlfwCursorEnterFun |
public static SetCursorPos ( |
||
window | ||
xpos | double | |
ypos | double | |
return | void |
public static SetCursorPosCallback ( |
||
window | ||
cbfun | GlfwCursorPosFun | |
return | GlfwCursorPosFun |
public static SetErrorCallback ( GlfwErrorFun cbfun ) : GlfwErrorFun | ||
cbfun | GlfwErrorFun | |
return | GlfwErrorFun |
public static SetFramebufferSizeCallback ( |
||
window | ||
cbfun | GlfwFramebufferSizeFun | |
return | GlfwFramebufferSizeFun |
public static SetGamma ( |
||
monitor | ||
gamma | float | |
return | void |
public static SetGammaRamp ( |
||
monitor | ||
ramp | ||
return | void |
public static SetInputMode ( |
||
window | ||
mode | InputMode | |
value | CursorMode | |
return | void |
public static SetKeyCallback ( |
||
window | ||
cbfun | GlfwKeyFun | |
return | GlfwKeyFun |
public static SetMouseButtonCallback ( |
||
window | ||
cbfun | GlfwMouseButtonFun | |
return | GlfwMouseButtonFun |
public static SetScrollCallback ( |
||
window | ||
cbfun | GlfwScrollFun | |
return | GlfwScrollFun |
public static SetWindowCloseCallback ( |
||
window | ||
cbfun | GlfwWindowCloseFun | |
return | GlfwWindowCloseFun |
public static SetWindowFocusCallback ( |
||
window | ||
cbfun | GlfwWindowFocusFun | |
return | GlfwWindowFocusFun |
public static SetWindowIconifyCallback ( |
||
window | ||
cbfun | GlfwWindowIconifyFun | |
return | GlfwWindowIconifyFun |
public static SetWindowPos ( |
||
window | ||
xpos | int | |
ypos | int | |
return | void |
public static SetWindowPosCallback ( |
||
window | ||
cbfun | GlfwWindowPosFun | |
return | GlfwWindowPosFun |
public static SetWindowRefreshCallback ( |
||
window | ||
cbfun | GlfwWindowRefreshFun | |
return | GlfwWindowRefreshFun |
public static SetWindowShouldClose ( |
||
window | ||
value | bool | |
return | void |
public static SetWindowSize ( |
||
window | ||
width | int | |
height | int | |
return | void |
public static SetWindowSizeCallback ( |
||
window | ||
cbfun | GlfwWindowSizeFun | |
return | GlfwWindowSizeFun |
public static SetWindowTitle ( |
||
window | ||
title | string | |
return | void |
public static SetWindowUserPointer ( |
||
window | ||
pointer | ||
return | void |
public static ShowWindow ( |
||
window | ||
return | void |
public static SwapBuffers ( GlfwWindowPtr window ) : void | ||
window | GlfwWindowPtr | |
return | void |
public static SwapInterval ( int interval ) : void | ||
interval | int | |
return | void |
public static WindowHint ( WindowHint target, int hint ) : void | ||
target | WindowHint | |
hint | int | |
return | void |
public static WindowShouldClose ( GlfwWindowPtr window ) : bool | ||
window | GlfwWindowPtr | |
return | bool |