I have `GLFWCursorPosCallbackI` so defined in lwjg...
# announcements
e
I have
GLFWCursorPosCallbackI
so defined in lwjgl. The cool thing about is that code completition will automatically offer the lambda options with all the input parameters. But if I
typealias
my own in kotlin, I dont get any completition for parameters.. how may I solve?