Method ComparisonAppearsWhenCtrlIsPressedWhileHovering
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
ComparisonAppearsWhenCtrlIsPressedWhileHovering()
Pressing Ctrl while the pointer is ALREADY on an item brings up the comparison. This is the exact order the
owner reported as broken - "I have to hold Ctrl first and only then hover" - and it used to be: the label
already existed, and the comparison half was only ever built inside the hover path's
if (Nameplate == null).
public IEnumerator ComparisonAppearsWhenCtrlIsPressedWhileHovering()