UI\Area::onMouse

(PHP 7, UI 0.9.9)

UI\Area::onMouseMouse Callback

설명

protected UI\Area::onMouse ( UI\Point $areaPoint , UI\Size $areaSize , integer $flags )

Shall be executed on mouse events

인수

areaPoint

The co-ordinates of the event

areaSize

The size of the area of the event

flags

Event modifiers

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top