Class WindowCallbackManager
java.lang.Object
dev.pfaff.glass.glfw.WindowCallbackManager
Keeps a reference to the callbacks alive.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final FunctionDescriptor
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCharCallback
(CharCallback callback) void
setCursorPosCallback
(CursorPosCallback callback) void
void
setKeyCallback
(KeyCallback callback) void
setMouseButtonCallback
(MouseButtonCallback callback) void
setPathDropCallback
(PathDropCallback callback) void
setScrollCallback
(ScrollCallback callback) void
setWindowCloseCallback
(WindowCloseCallback callback) void
void
setWindowFocusCallback
(WindowFocusCallback callback) void
void
void
setWindowPosCallback
(WindowPosCallback callback) void
void
setWindowSizeCallback
(WindowSizeCallback callback)
-
Field Details
-
MH_glfwSetCharCallback
-
MH_glfwSetCursorPosCallback
-
MH_glfwSetKeyCallback
-
MH_glfwSetMouseButtonCallback
-
MH_glfwSetDropCallback
-
MH_glfwSetScrollCallback
-
MH_glfwSetWindowPosCallback
-
MH_glfwSetWindowSizeCallback
-
MH_glfwSetWindowCloseCallback
-
MH_glfwSetWindowRefreshCallback
-
MH_glfwSetWindowFocusCallback
-
MH_glfwSetWindowIconifyCallback
-
MH_glfwSetWindowMaximizeCallback
-
MH_glfwSetFramebufferSizeCallback
-
MH_glfwSetWindowContentScaleCallback
-
FD_GLFWcharfun
-
FD_GLFWcursorposfun
-
FD_GLFWkeyfun
-
FD_GLFWmousebuttonfun
-
FD_GLFWdropfun
-
FD_GLFWscrollfun
-
FD_GLFWwindowposfun
-
FD_GLFWwindowsizefun
-
FD_GLFWwindowclosefun
-
FD_GLFWwindowrefreshfun
-
FD_GLFWwindowfocusfun
-
FD_GLFWwindowiconifyfun
-
FD_GLFWwindowmaximizefun
-
FD_GLFWframebuffersizefun
-
FD_GLFWwindowcontentscalefun
-
-
Constructor Details
-
WindowCallbackManager
-
-
Method Details
-
setCharCallback
-
setCursorPosCallback
-
setKeyCallback
-
setMouseButtonCallback
-
setPathDropCallback
-
setScrollCallback
-
setWindowPosCallback
-
setWindowSizeCallback
-
setWindowCloseCallback
-
setWindowRefreshCallback
-
setWindowFocusCallback
-
setWindowIconifyCallback
-
setWindowMaximizeCallback
-
setFramebufferSizeCallback
-
setWindowContentScaleCallback
-