toggle menu
Inner Pastels
1.3.10+rev.f81f139-branch.kt.1.21.main
jvm
switch theme
search in API
Inner Pastels
/
gay.asoji.innerpastels.client.imgui
/
InnerPastelsImGuiImpl
Inner
Pastels
Im
Gui
Impl
@
Environment
(
value
=
EnvType.CLIENT
)
object
InnerPastelsImGuiImpl
(
source
)
Members
Properties
imgui
Context
Link copied to clipboard
lateinit
var
imguiContext
:
ImGuiContext
imgui
Gl3
Link copied to clipboard
lateinit
var
imguiGl3
:
ImGuiImplGl3
imgui
Glfw
Link copied to clipboard
lateinit
var
imguiGlfw
:
ImGuiImplGlfw
is
Initialized
Link copied to clipboard
var
isInitialized
:
Boolean
is
Mouse
Hidden
Link copied to clipboard
val
isMouseHidden
:
Boolean
Functions
destroy
Link copied to clipboard
fun
destroy
(
)
end
Frame
Link copied to clipboard
fun
endFrame
(
)
initialize
Link copied to clipboard
fun
initialize
(
handle
:
Long
)
mouse
Click
Link copied to clipboard
fun
mouseClick
(
mouseX
:
Double
,
mouseY
:
Double
,
button
:
Int
,
mods
:
Int
)
:
Boolean
mouse
Focus
Link copied to clipboard
fun
mouseFocus
(
)
mouse
Move
Link copied to clipboard
fun
mouseMove
(
mouseX
:
Double
,
mouseY
:
Double
)
mouse
Release
Link copied to clipboard
fun
mouseRelease
(
mouseX
:
Double
,
mouseY
:
Double
,
button
:
Int
,
mods
:
Int
)
:
Boolean
mouse
Scroll
Link copied to clipboard
fun
mouseScroll
(
xOff
:
Double
,
yOff
:
Double
)
:
Boolean
set
Key
State
Link copied to clipboard
fun
setKeyState
(
keyCode
:
Int
,
mods
:
Int
,
scanCode
:
Int
,
isDown
:
Boolean
)
:
Boolean
start
Frame
Link copied to clipboard
fun
startFrame
(
)