LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.injection.mixins.minecraft.client
/
MixinWindow
Mixin
Window
abstract
class
MixinWindow
Members
Constructors
Mixin
Window
Link copied to clipboard
constructor
(
)
Functions
hook
Framebuffer
Resize
Link copied to clipboard
open
fun
hookFramebufferResize
(
window
:
Long
,
width
:
Int
,
height
:
Int
,
callbackInfo
:
CallbackInfo
)
hook
Resize
Link copied to clipboard
open
fun
hookResize
(
window
:
Long
,
width
:
Int
,
height
:
Int
,
callbackInfo
:
CallbackInfo
)
Hook window resize
hook
Scale
Factor
Link copied to clipboard
open
fun
hookScaleFactor
(
scaleFactor
:
Int
,
ci
:
CallbackInfo
)