FMX.Layers3D.TLayer3D Events
InheritedProtected
OnActivate | public | |
OnClick | published | Occurs when the 3D control is clicked. |
OnDblClick | published | Occurs when the left mouse button is double-clicked with the pointer over the 3D control. |
OnDeactivate | public | |
OnDragDrop | published | Occurs when a dragged 3D control is dropped. |
OnDragEnd | published | Occurs when the dragging of a 3D control ends. |
OnDragEnter | published | Occurs when a dragged object enters the area of the current 3D control. |
OnDragLeave | published | Occurs when a dragged object leaves the area of the current 3D control. |
OnDragOver | published | Occurs when a dragged object is over the area of the current 3D control. |
OnGetDeltaStreams | protected | |
OnKeyDown | published | Occurs when a key is pressed while the 3D control has focus. |
OnKeyUp | published | Occurs when a key is released while the 3D control has focus. |
OnLayerMouseDown | published | Occurs when a mouse button is pressed over a 3D layer. |
OnLayerMouseMove | published | Occurs when the mouse cursor is moved over a 3D layer. |
OnLayerMouseUp | published | Occurs when a previously pressed mouse button is released over a 3D layer. |
OnMouseDown | published | Occurs when a mouse button is pressed over a 3D control. |
OnMouseEnter | published | Occurs when the mouse enters a 3D control. |
OnMouseLeave | published | Occurs when the mouse leaves a 3D control. |
OnMouseMove | published | Occurs when the mouse cursor moves while over the 3D control area. |
OnMouseUp | published | Occurs when the mouse button that was pressed over the 3D control is released. |
OnMouseWheel | published | Occurs when the wheel button moves while the 3D control has focus. |
OnPaint | published | Occurs when the 3D layer is redrawn. |
OnRender | published | Occurs when the 3D control is re-rendered on the screen. |
OnTap | public | Occurs when a user taps the form using a finger or a similar device (not a mouse). |
OnUpdateBuffer | protected | Occurs when the buffer represented by a bitmap image of this 3D layer changes. |