Fork me on GitHub

IKeyboardListener Interface

Summary

To receive buffered keyboard input, implement this interface in a class. Then set the call back to your Keyboard instance with Keyboard.SetEventCallback
Namespace
SharpInputSystem
graph BT Type["IKeyboardListener"] class Type type-node

Syntax

public interface IKeyboardListener

Methods