declare namespace openfl.ui {
	
	export enum KeyLocation {
		
		LEFT = 1,
		NUM_PAD = 3,
		RIGHT = 2,
		STANDARD = 0
		
	}
	
}


export default openfl.ui.KeyLocation;