diff --git a/src/as/com/threerings/ezgame/EZLocalSubControl.as b/src/as/com/threerings/ezgame/EZLocalSubControl.as index 3b29d202..5c9b2cf9 100644 --- a/src/as/com/threerings/ezgame/EZLocalSubControl.as +++ b/src/as/com/threerings/ezgame/EZLocalSubControl.as @@ -21,6 +21,10 @@ package com.threerings.ezgame { +import flash.events.KeyboardEvent; + +import flash.geom.Point; + /** * Dispatched when a key is pressed when the game has focus. * @@ -42,11 +46,6 @@ package com.threerings.ezgame { */ [Event(name="SizeChanged", type="com.threerings.ezgame.SizeChangedEvent")] - -import flash.events.KeyboardEvent; - -import flash.geom.Point; - /** * Access local properties of the game. Do not instantiate this class yourself, * access it via GameControl.local.