Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dimensionscape committed Jul 10, 2024
1 parent c60b793 commit 15c951a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/starling/events/TouchEvent.hx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
package starling.events;

import starling.display.DisplayObject;

import starling.utils.ArrayUtil;
/**
* A TouchEvent is triggered either by touch or mouse input.
*
Expand Down
1 change: 1 addition & 0 deletions src/starling/events/TouchProcessor.hx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import starling.display.DisplayObject;
import starling.display.Stage;
import starling.utils.MathUtil;
import starling.utils.Pool;
import starling.utils.ArrayUtil;

/** The TouchProcessor is used to convert mouse and touch events of the conventional
* Flash stage to Starling's TouchEvents.
Expand Down

0 comments on commit 15c951a

Please sign in to comment.