We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869e25d commit b2c96cbCopy full SHA for b2c96cb
js/selector.js
@@ -269,6 +269,7 @@ function createSidebarContent(prefix) {
269
'setShaderSampler2D': 'shaders.html',
270
271
// Mobile
272
+ 'mobileC': 'mobile.html',
273
'mobileControlsMode': 'mobile.html',
274
'extraButtonPressed': 'mobile.html',
275
'extraButtonJustPressed': 'mobile.html',
@@ -316,6 +317,7 @@ function createSidebarContent(prefix) {
316
317
'clipboardHasText': 'mobile.html',
318
'clipboardGetText': 'mobile.html',
319
'clipboardSetText': 'mobile.html',
320
+ 'setActivityTitle': 'mobile.html',
321
322
// Uncategorized
323
'FlxColor': 'uncategorized.html',
0 commit comments