Skip to content

15.0.0

Compare
Choose a tag to compare
@HexDecimal HexDecimal released this 04 Jan 21:15
15.0.0
65ec5b9

Changed

  • Modified the letter case of window event types to match their type annotations.
    This may cause regressions. Run Mypy to check for [comparison-overlap] errors.
  • Mouse event attributes are being changed: .pixel -> .position and .pixel_motion -> .motion.
  • Context.convert_event now returns copies of events with mouse coordinates converted into tile positions.

Deprecated

  • Mouse event pixel and tile attributes have been deprecated.