Fork me on GitHub

Mouse.

EventListener Property

Summary

Register/unregister a Mouse Listener - Only one allowed for simplicity. If broadcasting is neccessary, just broadcast from the callback you registered.
Namespace
SharpInputSystem
Containing Type
Mouse

Syntax

public IMouseListener EventListener { get; set; }

Value

Type Description
IMouseListener