toggle menu
korge-root
5.1.0
jvm
switch theme
search in API
korge
/
korlibs.render.win32
/
WGL
WGL
jvm
interface
WGL
:
StdCallLibrary
Inheritors
Companion
Members
Types
Companion
Link copied to clipboard
jvm
object
Companion
:
WGL
Functions
wgl
Create
Context
Link copied to clipboard
jvm
abstract
fun
wglCreateContext
(
windowDC
:
WinDef.HDC
?
)
:
WinDef.HGLRC
?
wgl
Delete
Context
Link copied to clipboard
jvm
abstract
fun
wglDeleteContext
(
hglrc
:
WinDef.HGLRC
?
)
:
Boolean
wgl
Get
Current
Context
Link copied to clipboard
jvm
abstract
fun
wglGetCurrentContext
(
)
:
WinDef.HGLRC
?
wgl
Get
Current
DC
Link copied to clipboard
jvm
abstract
fun
wglGetCurrentDC
(
)
:
WinDef.HDC
?
wgl
Get
Proc
Address
Link copied to clipboard
jvm
abstract
fun
wglGetProcAddress
(
name
:
String
)
:
Pointer
?
wgl
Make
Current
Link copied to clipboard
jvm
abstract
fun
wglMakeCurrent
(
windowDC
:
WinDef.HDC
?
,
hglrc
:
WinDef.HGLRC
?
)
:
Boolean