FlxKeyShortcutHandler
This commit is contained in:
10
projects/kiss-tools/src/kiss_tools/FlxKeyShortcutHandler.hx
Normal file
10
projects/kiss-tools/src/kiss_tools/FlxKeyShortcutHandler.hx
Normal file
@@ -0,0 +1,10 @@
|
||||
package kiss_tools;
|
||||
|
||||
import kiss.Prelude;
|
||||
import kiss.List;
|
||||
import kiss_tools.KeyShortcutHandler;
|
||||
import flixel.input.keyboard.FlxKey;
|
||||
import flixel.FlxG;
|
||||
|
||||
@:build(kiss.Kiss.build())
|
||||
class FlxKeyShortcutHandler<T> extends KeyShortcutHandler<T> {}
|
||||
Reference in New Issue
Block a user