feat(ui): port retained widget foundations
This commit is contained in:
parent
44f9ec13d9
commit
d825572e31
44 changed files with 84813 additions and 292 deletions
|
|
@ -39,8 +39,8 @@ public readonly record struct UiEvent(
|
|||
/// Evidence from decompile:
|
||||
/// - 0x01 click — chunk_00470000.c ~11140, chunk_004C0000.c ~9270
|
||||
/// - 0x05/0x06 hover — chunk_00460000.c ~6253
|
||||
/// - 0x07 tooltip — chunk_00460000.c ~6253 (delayed via
|
||||
/// Device::RegisterTimerEvent(7, widget, delayMs))
|
||||
/// - 0x07 tooltip — chunk_00460000.c ~6253 (the UI manager polls the
|
||||
/// hovered element's tooltip deadline before global time)
|
||||
/// - 0x0A scroll — chunk_00470000.c ~11210
|
||||
/// - 0x0E right-click— chunk_004A0000.c ~2674
|
||||
/// - 0x15 drag begin — chunk_004A0000.c ~2707
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue