Skip to main content

InputEnum

Summary

Enumeration of keyboard keys and mouse buttons supported by InputLibrary.

Members

Remarks

Values correspond to the KeyboardEvent.code string for keyboard keys and to synthetic button identifiers for mouse buttons. Use with InputLibrary.isKeyPressed and InputLibrary.isDragging.

Examples

Example 1