Fork me on GitHub

IMouseListener Interface

Summary

To recieve buffered mouse input, derive a class from this, and implement the methods here. Then set the call back to your Mouse instance with Mouse::setEventCallback
Namespace
SharpInputSystem
graph BT Type["IMouseListener"] class Type type-node

Syntax

public interface IMouseListener

Methods