nanogui ~master (2021-04-26T14:20:51Z)
Dub
Repo
Window.mouseMotionEvent
nanogui
window
Window
Handle a mouse motion event (default implementation: propagate to children)
class
Window
override
bool
mouseMotionEvent
(
const
Vector2i
p
,
const
Vector2i
rel
,
MouseButton
button
,
int
modifiers
)
Meta
Source
See Implementation
nanogui
window
Window
constructors
this
functions
buttonPanel
center
checkHorizontalResize
checkVerticalResize
dispose
draw
modal
mouseButtonEvent
mouseDragEvent
mouseMotionEvent
performLayout
preferredSize
refreshRelativePlacement
resizable
scrollEvent
title
variables
mButtonPanel
mDrag
mMinSize
mModal
mResizable
mResize
mResizeDir
mTitle
Handle a mouse motion event (default implementation: propagate to children)