Class WindowCallbackManager
java.lang.Object
dev.pfaff.glass.glfw.WindowCallbackManager
-
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
-
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
-
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
-