File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1616 kotlin = ' org.jetbrains.kotlin:kotlin'
1717 kotlin_version = ' 1.3.11'
1818 kotlintest_version = ' 3.1.11'
19- gln_version = ' 3b7cf8ce46eaf0e4eef76c7283eab1aacca6d4c4 '
19+ gln_version = ' 36343c73efc021fc6edd96bc01103c1566bd09a8 '
2020 vkk_version = ' a0d037b48e'
2121 lwjgl_version = " 3.2.1"
2222 lwjgl_natives = current() == WINDOWS ? " windows" : current() == LINUX ? " linux" : " macos"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import gln.cap.Caps
1212import gln.debug.GlDebugSeverity
1313import gln.debug.GlDebugSource
1414import gln.debug.GlDebugType
15+ import kool.Adr
1516import kool.stak
1617import org.lwjgl.glfw.*
1718import org.lwjgl.glfw.GLFW.*
@@ -281,6 +282,9 @@ open class GlfwWindow(var handle: GlfwWindowHandle) {
281282 }
282283 set(value) = glfwSetCursorPos(handle.L , value.x, value.y)
283284
285+ // var userPointer: Adr
286+ // get() = glfwGetWindowUserPointer(handle.L)
287+ // set(value) = glfwSetWindowUserPointer(handle.L, value)
284288
285289 // ------------------- Callbacks -------------------
286290
You can’t perform that action at this time.
0 commit comments