MixinWindow

abstract class MixinWindow

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun hookFramebufferResize(window: Long, width: Int, height: Int, callbackInfo: CallbackInfo)
Link copied to clipboard
open fun hookResize(window: Long, width: Int, height: Int, callbackInfo: CallbackInfo)
Hook window resize
Link copied to clipboard
open fun hookScaleFactor(scaleFactor: Int, ci: CallbackInfo)