mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 09:44:49 +08:00
Input refactoring (#12)
* Fix folder name typo * Smaller fixes * Shortcut rename to Shortcuts * Fix quoted attributes in UE 5.3 * remove KeyboardShortcutAction * Remove more trivial classes * Rename IKeyboardShortcut * Node delete shortcut
This commit is contained in:
8
js/input/InputCombination.js
Normal file
8
js/input/InputCombination.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import IInput from "./IInput"
|
||||
|
||||
/** @typedef {import("../Blueprint.js").default} Blueprint */
|
||||
|
||||
export default class InputCombination {
|
||||
|
||||
constructor() { }
|
||||
}
|
||||
Reference in New Issue
Block a user