Skip to main content

KeyboardHandler

A component responsible to handle keyboard events and act on them.

public protocol KeyboardHandler 

Requirements

start()

Start handling events.

func start()

stop()

Stop handling events.

func stop()

Did you find this page helpful?