@@ -54,15 +54,15 @@ <h2 id="mobileControlsMode">mobileControlsMode</h2>
5454 < p class ="methodbox "> mobileControlsMode():String</ p >
5555 < p > Returns the current mobile controls mode as a string.</ p >
5656 < ul >
57- < li > < b > Possible returns:</ b > "left", "right", "custom", "hitbox", "none", or "unknown." </ li >
57+ < li > < b > Possible returns:</ b > "left", "right", "custom", "hitbox", "none", or "unknown". </ li >
5858 </ ul >
5959 < hr >
6060
6161 < h2 id ="extraButtonPressed "> extraButtonPressed</ h2 >
6262 < p class ="methodbox "> extraButtonPressed(< span class ="variablemarkup "> button</ span > :String = 'first'):Bool</ p >
6363 < p > Returns whether an extra mobile control button is currently being held.</ p >
6464 < ul >
65- < li > < b > < span class ="variablemarkup "> button</ span > </ b > - Can be "first" or "second". Defaults to "first." </ li >
65+ < li > < b > < span class ="variablemarkup "> button</ span > </ b > - Can be "first" or "second". Defaults to "first". </ li >
6666 </ ul >
6767 < h4 > Examples:</ h4 >
6868 < ul class ="methoddiv ">
@@ -75,7 +75,7 @@ <h2 id="extraButtonJustPressed">extraButtonJustPressed</h2>
7575 < p class ="methodbox "> extraButtonJustPressed(< span class ="variablemarkup "> button</ span > :String = 'first'):Bool</ p >
7676 < p > Returns whether an extra mobile control button was just pressed in this frame.</ p >
7777 < ul >
78- < li > < b > < span class ="variablemarkup "> button</ span > </ b > - Can be "first" or "second". Defaults to "first." </ li >
78+ < li > < b > < span class ="variablemarkup "> button</ span > </ b > - Can be "first" or "second". Defaults to "first". </ li >
7979 </ ul >
8080 < hr >
8181
@@ -91,7 +91,7 @@ <h2 id="extraButtonReleased">extraButtonReleased</h2>
9191 < p class ="methodbox "> extraButtonReleased(< span class ="variablemarkup "> button</ span > :String = 'first'):Bool</ p >
9292 < p > Returns whether an extra mobile control button is not being pressed (released).</ p >
9393 < ul >
94- < li > < b > < span class ="variablemarkup "> button</ span > </ b > - Can be "first" or "second". Defaults to "first." </ li >
94+ < li > < b > < span class ="variablemarkup "> button</ span > </ b > - Can be "first" or "second". Defaults to "first". </ li >
9595 </ ul >
9696 < hr >
9797
@@ -293,15 +293,15 @@ <h2 id="getCurrentOrientation">getCurrentOrientation</h2>
293293 < p class ="methodbox "> getCurrentOrientation():String</ p >
294294 < p > Returns the current screen orientation as a string.</ p >
295295 < ul >
296- < li > < b > Possible returns:</ b > "Portrait", "PortraitUpsideDown", "LandscapeLeft", or "LandscapeRight." </ li >
296+ < li > < b > Possible returns:</ b > "Portrait", "PortraitUpsideDown", "LandscapeLeft", or "LandscapeRight". </ li >
297297 </ ul >
298298 < hr >
299299
300300 < h2 id ="setOrientation "> setOrientation</ h2 >
301301 < p class ="methodbox "> setOrientation(< span class ="variablemarkup "> hint</ span > :String):Void</ p >
302302 < p > Sets the screen orientation.</ p >
303303 < ul >
304- < li > < b > < span class ="variablemarkup "> hint</ span > </ b > - Can be: "portrait", "upsidedown", "landscapeleft", "landscape", or "landscaperight." </ li >
304+ < li > < b > < span class ="variablemarkup "> hint</ span > </ b > - Can be: "portrait", "upsidedown", "landscapeleft", "landscape", or "landscaperight". </ li >
305305 </ ul >
306306 < h4 > Examples:</ h4 >
307307 < ul class ="methoddiv ">
0 commit comments