Click or drag to resize
AB4D logo

Ab3d.DirectX.Common.EventManager3D Namespace

 
Classes
 ClassDescription
Public classBaseMouse3DEventArgs Provides base data for mouse events on 3D object
Public classManipulation3DEventArgsT Provides base data for manipulation events on 3D object
Public classMouse3DEventArgs Provides data for mouse events on 3D object that does not specifically involve mouse buttons - for example MouseLeave
Public classMouseButton3DEventArgs Provides data for mouse button related events on 3D objects
Public classMouseDrag3DEventArgs Provides data for mouse drag events on 3D objects.
Public classMouseWheel3DEventArgs Provides data for mouse wheel events on 3D objects.
Public classTouch3DEventArgs Provides base data for touch events on 3D object
Delegates
 DelegateDescription
Public delegateManipulation3DEventHandlerT Represents the method that will handle manipulation events.
Public delegateMouse3DEventHandler Represents the method that will handle mouse related routed events that do not specifically involve mouse buttons - for example MouseLeave
Public delegateMouseButton3DEventHandler Represents the method that will handle mouse button related events on 3D objects.
Public delegateMouseDrag3DEventHandler Represents the method that will handle mouse drag events on 3D objects.
Public delegateMouseWheel3DEventHandler Represents the method that will handle mouse wheel events on 3D objects.
Public delegateTouch3DEventHandler Represents the method that will handle touch related routed events.