spock
Toggle table of contents
0.0.1-alpha.3
Select version
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
common
jvm
native
Platform filter
common
jvm
native
Switch theme
Search in API
spock
glfw
/
quest.laxla.spock.glfw
Package-level
declarations
Types
Functions
Properties
Types
Glfw
Link copied to clipboard
object
Glfw
:
CoroutineContext
,
SuspendCloseable
Low
Level
Glfw
Api
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
,
AnnotationTarget.PROPERTY
]
)
annotation class
LowLevelGlfwApi
Window
Link copied to clipboard
common
jvm
native
expect
class
Window
:
SuspendCloseable
actual
class
Window
:
SuspendCloseable
actual
class
Window
:
<ERROR CLASS> ERROR CLASS: Symbol not found for SuspendCloseable
Properties
Glfw
Client
Api
Link copied to clipboard
common
jvm
native
expect
val
GlfwClientApi
:
Int
actual
val
GlfwClientApi
:
Int
actual
val
GlfwClientApi
:
Int
Glfw
False
Link copied to clipboard
common
jvm
native
expect
val
GlfwFalse
:
Int
actual
val
GlfwFalse
:
Int
actual
val
GlfwFalse
:
Int
Glfw
No
Api
Link copied to clipboard
common
jvm
native
expect
val
GlfwNoApi
:
Int
actual
val
GlfwNoApi
:
Int
actual
val
GlfwNoApi
:
Int
Glfw
Resizable
Link copied to clipboard
common
jvm
native
expect
val
GlfwResizable
:
Int
actual
val
GlfwResizable
:
Int
actual
val
GlfwResizable
:
Int
Glfw
True
Link copied to clipboard
common
jvm
native
expect
val
GlfwTrue
:
Int
actual
val
GlfwTrue
:
Int
actual
val
GlfwTrue
:
Int
Functions
glfw
Init
Link copied to clipboard
common
jvm
native
expect
fun
glfwInit
(
)
:
Unit
?
actual
fun
glfwInit
(
)
:
Unit
?
actual
fun
glfwInit
(
)
:
Unit
?
glfw
Terminate
Link copied to clipboard
common
jvm
native
expect
fun
glfwTerminate
(
)
actual
fun
glfwTerminate
(
)
actual
fun
glfwTerminate
(
)
glfw
Window
Hint
Link copied to clipboard
common
jvm
native
expect
fun
glfwWindowHint
(
hint
:
Int
,
value
:
Int
)
actual
fun
glfwWindowHint
(
hint
:
Int
,
value
:
Int
)
actual
fun
glfwWindowHint
(
hint
:
Int
,
value
:
Int
)
poll
Events
Link copied to clipboard
common
jvm
native
expect
fun
pollEvents
(
)
:
Job
actual
fun
pollEvents
(
)
:
Job
actual
fun
pollEvents
(
)
:
Job