Delegate MouseBase.MouseChangedEventHandler
Namespace: Cosmos.HAL
Assembly: Cosmos.HAL2.dll
Syntax
public delegate void MouseChangedEventHandler(int aDeltaX, int aDeltaY, int aMouseState, int aScrollWheel);
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | aDeltaX | |
System.Int32 | aDeltaY | |
System.Int32 | aMouseState | |
System.Int32 | aScrollWheel |