Internet Browser: Difference between revisions

Line 506: Line 506:
| 0x1B
| 0x1B
| 0x4
| 0x4
| u32 enum *LeftStickMode
| u32 enum [[#LeftStickMode]]
| LeftStickMode
| LeftStickMode
|-
|-
Line 844: Line 844:


Kind values for BackgroundKind. Only used when [[#BootDisplayKind]] is 0.
Kind values for BackgroundKind. Only used when [[#BootDisplayKind]] is 0.
==== LeftStickMode ====
{| class="wikitable" border="1"
|-
!  Value
!  Name
!  Description
|-
| 0
|
| The user can directly control the cursor via the left-stick.
|-
| 1
|
| The user can only select elements on the page via the left-stick.
|}
If the Pointer flag is set to false, only value 1 will be used for LeftStickMode (input value ignored).


==== LastUrl ====
==== LastUrl ====