RAPIDS
Preparing search index...
@rapidsai/glfw
glfw
createWindow
Variable createWindow
Const
createWindow
:
(
width
:
number
,
height
:
number
,
title
:
string
,
monitor
?:
GLFWmonitor
|
null
,
root
?:
GLFWwindow
|
null
,
)
=>
GLFWwindow
= GLFW.createWindow
Type Declaration
(
width
:
number
,
height
:
number
,
title
:
string
,
monitor
?:
GLFWmonitor
|
null
,
root
?:
GLFWwindow
|
null
,
)
:
GLFWwindow
Parameters
width
:
number
height
:
number
title
:
string
Optional
monitor
:
GLFWmonitor
|
null
Optional
root
:
GLFWwindow
|
null
Returns
GLFWwindow
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
RAPIDS
Loading...