Software Keyboard: Difference between revisions
Misson20000 (talk | contribs) Created page with "The software keyboard expects to be passed three IStorages via PushInData. == Common Arguments == The first I..." |
No edit summary |
||
Line 9: | Line 9: | ||
! Offset || Size || Typical Value || Notes | ! Offset || Size || Typical Value || Notes | ||
|- | |- | ||
| 0x0 || 4 || 1 || | | 0x0 || 4 || 1 || Common Arguments version | ||
|- | |- | ||
| 0x4 || 4 || 0x20 || | | 0x4 || 4 || 0x20 || Common Arguments size | ||
|- | |- | ||
| 0x8 || 4 || 5 || | | 0x8 || 4 || 5 || Library applet version (some kind of API version?) | ||
|- | |- | ||
| 0xC || 4 || 0 || Theme color | | 0xC || 4 || 0 || Theme color | ||
|- | |- | ||
| 0x10 || 1 || 0 || | | 0x10 || 1 || 0 || Play startup sound | ||
|- | |- | ||
| 0x18 || 8 || N/A || System tick (see [[SVC#svcGetSystemTick|svcGetSystemTick]]) | | 0x18 || 8 || N/A || System tick (see [[SVC#svcGetSystemTick|svcGetSystemTick]]) |