arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
CapableOfBeingDrawnUpon
arsd
simpledisplay
interface
CapableOfBeingDrawnUpon {
ScreenPainter
draw
();
int
width
();
int
height
();
TrueColorImage
takeScreenshot
();
}
Members
Functions
draw
ScreenPainter
draw
()
height
int
height
()
takeScreenshot
TrueColorImage
takeScreenshot
()
Be warned: this can be a very slow operation
width
int
width
()
Meta
Source
See Implementation
arsd
simpledisplay
aliases
Resizeability
classes
AlphaSprite
ConicalGradient
GlobalHotkey
GlobalHotkeyManager
Gradient
Image
LinearGradient
MouseCursor
NotificationAreaIcon
OperatingSystemFont
PosixFdReader
RadialGradient
SimpleWindow
Sprite
Timer
WindowsHandleReader
enums
BlockingMode
CornerStyle
GenericCursorType
Key
ModifierState
MouseButton
MouseButtonLinear
MouseEventType
OpenGlOptions
RasterOp
Resizability
TextAlignment
WindowFlags
WindowTypes
functions
displayImage
flushGui
getAtomName
getClipboardImage
getClipboardText
getDpi
getPrimarySelection
getX11PropertyData
getX11Selection
guiThreadExists
registerHotKey
runInGuiThread
sdpyPrintDebugString
sdpyWindowClass
sendSyntheticInput
setClipboardText
setOpenGLContextVersion
setPrimarySelection
setSecondarySelection
setX11Selection
thisThreadRunningGui
transparencyMaskFromMemoryImage
trueColorImageFromNativeHandle
unregisterHotKey
interfaces
CapableOfBeingDrawnUpon
CapableOfHandlingNativeEvent
MeasurableFont
mixin templates
EnableWindowsSubsystem
NativeScreenPainterImplementation
NativeSimpleWindowImplementation
properties
ApplicationName
GetAtom
openGLContextAllowFallback
openGLContextCompatible
openGLContextFallbackActivated
static variables
justCommunication
xfontstr
structs
EventLoop
EventLoopImpl
GenericCursor
KeyEvent
MouseEvent
Pen
ScreenPainter
SyntheticInput
variables
UsingSimpledisplayCocoa
UsingSimpledisplayWindows
UsingSimpledisplayX11