dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
UIElement.setUserPointer
dplug
gui
element
UIElement
Set a user pointer. Allow dplug:gui extensions.
class
UIElement
nothrow @
nogc
final
void
setUserPointer
(
int
pointerID
,
void
*
userPointer
)
Meta
Source
See Implementation
dplug
gui
element
UIElement
aliases
setZOrder
constructors
this
destructors
~this
functions
addChild
animate
child
contains
context
cursorWhenDragged
cursorWhenMouseOver
drawsToPBR
drawsToRaw
getDrawLists
getElementById
getId
getUserPointer
hasId
id
isAnimated
isDragged
isDrawAlonePBR
isDrawAloneRaw
isFocused
isMouseOver
isVisible
keyDown
keyUp
mouseClick
mouseMove
mouseRelease
mouseWheel
onAnimate
onBeginDrag
onDrawPBR
onDrawRaw
onFocusEnter
onFocusExit
onKeyDown
onKeyUp
onMouseClick
onMouseDrag
onMouseEnter
onMouseExit
onMouseMove
onMouseWheel
onStopDrag
parent
position
reflow
removeChild
renderPBR
renderRaw
setCursorWhenDragged
setCursorWhenMouseOver
setDirty
setDirtyWhole
setId
setUserPointer
topLevelParent
visibility
zOrder
variables
_children
_flags
_parent
_position
_zOrder
Set a user pointer. Allow dplug:gui extensions.