UNPKG

openfl

Version:

A fast, productive library for 2D cross-platform development.

15 lines (9 loc) 166 B
declare namespace openfl.ui { export enum KeyLocation { LEFT = 1, NUM_PAD = 3, RIGHT = 2, STANDARD = 0 } } export default openfl.ui.KeyLocation;