Delegate BaseScreenComponent.OnMouseMoveHandler
Namespace: DaggerfallWorkshop.Game.UserInterface
Assembly: Assembly-CSharp.dll
Syntax
public delegate void OnMouseMoveHandler(int x, int y);
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | x | |
| Int32 | y |
public delegate void OnMouseMoveHandler(int x, int y);
| Type | Name | Description |
|---|---|---|
| Int32 | x | |
| Int32 | y |