|
|
@ -66,7 +66,7 @@ public: |
|
|
|
|
|
|
|
|
Result ProcessTouchScreenAutoTune(); |
|
|
Result ProcessTouchScreenAutoTune(); |
|
|
void SetTouchScreenMagnification(f32 point1_x, f32 point1_y, f32 point2_x, f32 point2_y); |
|
|
void SetTouchScreenMagnification(f32 point1_x, f32 point1_y, f32 point2_x, f32 point2_y); |
|
|
Result SetTouchScreenResolution(u32 width, u32 height, u64 aruid); |
|
|
|
|
|
|
|
|
Result SetTouchScreenOutputRanges(u32 width, u32 height, u64 aruid); |
|
|
|
|
|
|
|
|
Result SetTouchScreenConfiguration( |
|
|
Result SetTouchScreenConfiguration( |
|
|
const Core::HID::TouchScreenConfigurationForNx& touch_configuration, u64 aruid); |
|
|
const Core::HID::TouchScreenConfigurationForNx& touch_configuration, u64 aruid); |
|
|
|