Package icyllis.modernui.core.windows
Class WindowsNativeWindowBorder.WndProc
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.system.windows.WindowProc
icyllis.modernui.core.windows.WindowsNativeWindowBorder.WndProc
- All Implemented Interfaces:
AutoCloseable
,org.lwjgl.system.CallbackI
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
,org.lwjgl.system.windows.WindowProcI
- Enclosing class:
WindowsNativeWindowBorder
public static class WindowsNativeWindowBorder.WndProc
extends org.lwjgl.system.windows.WindowProc
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
Fields inherited from interface org.lwjgl.system.windows.WindowProcI
CIF
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.lwjgl.system.windows.WindowProc
create, create, createSafe
Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.lwjgl.system.CallbackI
address
Methods inherited from interface org.lwjgl.system.NativeResource
close
Methods inherited from interface org.lwjgl.system.windows.WindowProcI
callback, getCallInterface
-
Constructor Details
-
WndProc
public WndProc(long hwnd)
-
-
Method Details
-
destroy
public void destroy() -
invoke
public long invoke(long hwnd, int uMsg, long wParam, long lParam)
-