Show / Hide Table of Contents

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX