"rotating" stride touch input vs skia

hi all,

i am experimenting with multiple apps on multiple displays in different orientations. with skia this really works like a charm! just precompose and rotate composition and touch input context, and everything works upside-down.

image

is there a similar way to accomplish the same in stride, or do I have to manually transform my touch inputs?