FMX.Layers3D.TCustomBufferLayer3D Events
InheritedProtected
OnActivate | public | |
OnClick | public | Occurs when the 3D control is clicked. |
OnDblClick | public | Occurs when the left mouse button is double-clicked with the pointer over the 3D control. |
OnDeactivate | public | |
OnDragDrop | public | Occurs when a dragged 3D control is dropped. |
OnDragEnd | public | Occurs when the dragging of a 3D control ends. |
OnDragEnter | public | Occurs when a dragged object enters the area of the current 3D control. |
OnDragLeave | public | Occurs when a dragged object leaves the area of the current 3D control. |
OnDragOver | public | Occurs when a dragged object is over the area of the current 3D control. |
OnGetDeltaStreams | protected | |
OnKeyDown | public | Occurs when a key is pressed while the 3D control has focus. |
OnKeyUp | public | Occurs when a key is released while the 3D control has focus. |
OnLayerMouseDown | public | Occurs when a mouse button is pressed over a 3D layer. |
OnLayerMouseMove | public | Occurs when the mouse cursor is moved over a 3D layer. |
OnLayerMouseUp | public | Occurs when a previously pressed mouse button is released over a 3D layer. |
OnMouseDown | public | Occurs when a mouse button is pressed over a 3D control. |
OnMouseEnter | public | Occurs when the mouse enters a 3D control. |
OnMouseLeave | public | Occurs when the mouse leaves a 3D control. |
OnMouseMove | public | Occurs when the mouse cursor moves while over the 3D control area. |
OnMouseUp | public | Occurs when the mouse button that was pressed over the 3D control is released. |
OnMouseWheel | public | Occurs when the wheel button moves while the 3D control has focus. |
OnRender | public | 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. |