MouseScrolledEvent(float, float) Constructor
Definition¶
Namespace: Brine2D.Input
Raised when the mouse wheel is scrolled.
public MouseScrolledEvent(float DeltaX, float DeltaY);
Parameters¶
DeltaX System.Single
DeltaY System.Single
Namespace: Brine2D.Input
Raised when the mouse wheel is scrolled.
public MouseScrolledEvent(float DeltaX, float DeltaY);
DeltaX System.Single
DeltaY System.Single