Package-level declarations
Types
Link copied to clipboard
Functional interface to determine if a browser should accept input
Link copied to clipboard
interface InputHandler
Interface for browsers that can handle input events
Link copied to clipboard
class InputListener(val browser: Browser, val inputHandler: InputHandler, val acceptor: InputAcceptor) : EventListener, AutoCloseable
Handles input events for a single browser instance.