Class HostImpl
java.lang.Object
dev.pfaff.altargui.glfw.HostImpl
- All Implemented Interfaces:
dev.pfaff.altargui.host.Host
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String
@NonNull dev.pfaff.glass.opengl.GL
gl()
@NonNull SymbolLookup
void
setClipboardString
(@NonNull MemorySegment string) @NonNull dev.pfaff.altargui.host.IWindow
window()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.pfaff.altargui.host.Host
defaultFont
-
Constructor Details
-
HostImpl
public HostImpl()
-
-
Method Details
-
window
public @NonNull dev.pfaff.altargui.host.IWindow window()- Specified by:
window
in interfacedev.pfaff.altargui.host.Host
-
getClipboardString
- Specified by:
getClipboardString
in interfacedev.pfaff.altargui.host.Host
-
setClipboardString
- Specified by:
setClipboardString
in interfacedev.pfaff.altargui.host.Host
-
gl
public @NonNull dev.pfaff.glass.opengl.GL gl()- Specified by:
gl
in interfacedev.pfaff.altargui.host.Host
-
loadLibImage
- Specified by:
loadLibImage
in interfacedev.pfaff.altargui.host.Host
-