mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Map the standard CSS pointer value to the hand cursor and retain the computed cursor in each UIWidget instead of mutating the scene during style application. Apply the retained cursor when a widget becomes the hover target, restore the arrow when leaving the UI, and make cursor inheritance available to descendants such as inline SVG elements. Store cursor state in an existing UIWidget padding gap and centralize cursor serialization in Cursor::toName(). Add regressions for pointer parsing, cursor serialization, inheritance, and the SS64 search button SVG.