objc

Data Structures
InputManager+Protocols.h File Reference

Defines protocols for the input manager delegate. More...

Go to the source code of this file.

Data Structures

protocol  <InputManagerSource>
 A protocol that defines the methods for an input manager source. More...
 
protocol  <InputManagerDelegate>
 A protocol that defines the methods for an input manager delegate. More...
 

Detailed Description

Defines protocols for the input manager delegate.

The InputManagerDelegate protocol defines methods that are called by the input manager when key and movement events occur. The InputManagerSource defines the input sources (e.g., keyboard, mouse, touchscreen) that can generate these events.

Definition in file InputManager+Protocols.h.