Skip to content

Commit bf46135

Browse files
committed
Allow for Scene level input settings
1 parent 11c5c35 commit bf46135

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/scene/Settings.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@ var Settings = {
112112

113113
// Plugins
114114

115-
plugins: GetValue(config, 'plugins', false)
115+
plugins: GetValue(config, 'plugins', false),
116+
117+
// Input
118+
119+
input: GetValue(config, 'input', {})
116120

117121
};
118122
}

0 commit comments

Comments
 (0)