Send drop move events to child

This commit is contained in:
Kovid Goyal
2026-03-06 10:24:40 +05:30
parent 8d069d3bcd
commit b0e57b4dce
12 changed files with 263 additions and 28 deletions

View File

@@ -333,6 +333,7 @@ def parsers() -> None:
keymap = {
't': ('type', flag('aA')),
'm': ('more', 'uint'),
'i': ('client_id', 'uint'),
}
text = generate(
'parse_dnd_code', 'screen_handle_dnd_command', 'dnd_command', keymap, 'DnDCommand',