mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-28 10:49:46 +00:00
* Start on touch event rotation work * [autofix.ci] apply automated fixes * Use ItemTransform instead. * [autofix.ci] apply automated fixes * Use casts to deal with integer Coords on some platforms * Remove rotation checks * Transform the exit event as well * Delete check_rotation pass * Do casts around transform_point to handle i32 Coords * Remove errors from rotation syntax test * Basic event rotation test Working changes * Fix clicks on rotated objects * Add RendererSealed::suppports_transformation for runtime checks * [autofix.ci] apply automated fixes * Add a few missing line breaks, only transform events if supported by renderer * Improve test * Remove extra whitespace * Get absolute-position working * Ensure map_to_window does the coordinate cast thing. * Manually test mouse-x and mouse-y, test absolute_position() * Whitespace stuff again --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| accessibility | ||
| analysis | ||
| basic | ||
| callbacks | ||
| elements | ||
| exports | ||
| expressions | ||
| focus | ||
| functions | ||
| fuzzing | ||
| imports | ||
| layout | ||
| lookup | ||
| new_syntax | ||
| parse_error | ||