You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The n3dsoffset and n3dsscaled input modes adapt DS touchscreen coordinates to the 3DS touchscreen in order to make it easier to play DS games on a 3DS. If someone attempts to tap 120,120, it should be translated to 152,120 to hit the DS bottom screen when the 3DS is rendering it at native resolution in the top middle of the screen (n3dsoffset) or 150,150 to target where the same spot on the DS touchscreen when it is scaled to 3DS touchscreen size (n3dsscaled).
Bug: The input sent to the overlay uses the translated (3DS) coordinates instead of the original (DS) coordinates. This means the overlay's touch display will show a touch in the wrong location, as it's assumed the overlay's touch display will be using DS coordinates if we're doing this translation in the first place.
The text was updated successfully, but these errors were encountered:
The n3dsoffset and n3dsscaled input modes adapt DS touchscreen coordinates to the 3DS touchscreen in order to make it easier to play DS games on a 3DS. If someone attempts to tap 120,120, it should be translated to 152,120 to hit the DS bottom screen when the 3DS is rendering it at native resolution in the top middle of the screen (n3dsoffset) or 150,150 to target where the same spot on the DS touchscreen when it is scaled to 3DS touchscreen size (n3dsscaled).
Bug: The input sent to the overlay uses the translated (3DS) coordinates instead of the original (DS) coordinates. This means the overlay's touch display will show a touch in the wrong location, as it's assumed the overlay's touch display will be using DS coordinates if we're doing this translation in the first place.
The text was updated successfully, but these errors were encountered: