mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-21 03:07:08 +01:00
5 lines
124 B
Python
5 lines
124 B
Python
|
|
if GetModifiers() == wx.MOD_CONTROL:
|
|
# handle Ctrl-XXX ...
|
|
HandleControl()
|