Aardvark.UI


Sg

Functions and values

Function or valueDescription
onClick f
Signature: f:(V3d -> 'msg) -> SceneEventKind * (SceneHit -> bool * seq<'msg>)
Type parameters: 'msg
onDoubleClick f
Signature: f:(V3d -> 'msg) -> SceneEventKind * (SceneHit -> bool * seq<'msg>)
Type parameters: 'msg
onEnter f
Signature: f:(V3d -> 'msg) -> SceneEventKind * (SceneHit -> bool * seq<'msg>)
Type parameters: 'msg
onLeave f
Signature: f:(unit -> 'msg) -> SceneEventKind * (SceneHit -> bool * seq<'msg>)
Type parameters: 'msg
onMouseDown f
Signature: f:(MouseButtons -> V3d -> 'msg) -> SceneEventKind * (SceneHit -> bool * seq<'msg>)
Type parameters: 'msg
onMouseDownEvt f
Signature: f:(SceneHit -> 'msg) -> SceneEventKind * (SceneHit -> bool * seq<'msg>)
Type parameters: 'msg
onMouseMove f
Signature: f:(V3d -> 'msg) -> SceneEventKind * (SceneHit -> bool * seq<'msg>)
Type parameters: 'msg
onMouseMoveRay f
Signature: f:(RayPart -> 'msg) -> SceneEventKind * (SceneHit -> bool * seq<'msg>)
Type parameters: 'msg
onMouseUp f
Signature: f:(V3d -> 'msg) -> SceneEventKind * (SceneHit -> bool * seq<'msg>)
Type parameters: 'msg
Fork me on GitHub