HID services: Difference between revisions
Line 304: | Line 304: | ||
| 1003 || [9.0.0+] [[#IsFirmwareUpdateNeededForNotification]] | | 1003 || [9.0.0+] [[#IsFirmwareUpdateNeededForNotification]] | ||
|- | |- | ||
| 1004 || [20.0.0+] SetTouchScreenOutputRanges ([17.0.0-19.0.1] SetTouchScreenResolution) | | 1004 || [20.0.0+] [[#SetTouchScreenOutputRanges|SetTouchScreenOutputRanges]] ([17.0.0-19.0.1] SetTouchScreenResolution) | ||
|- | |- | ||
| 1005 || [20.0.0+] EnableNxTouchScreenEmulationForTouchEnter | | 1005 || [20.0.0+] EnableNxTouchScreenEmulationForTouchEnter | ||
Line 1,019: | Line 1,019: | ||
sdknso passes hard-coded value 1 for the s32. | sdknso passes hard-coded value 1 for the s32. | ||
== SetTouchScreenOutputRanges == | |||
Takes a PID, a s32 width, a s32 height, an [[AM_services|AppletResourceUserId]], no output. | |||
This is used by user-processes prior to [[#ActivateTouchScreen|ActivateTouchScreen]], on newer versions. | |||
User-processes can optionally specify input values for width/height during TouchScreen initiailization, with the default values being the relevant fixed width/height values for the platform which the user-process was built for. | |||
== ActivateDigitizer == | == ActivateDigitizer == |