Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/KeyboardState.GetModifiers.1.py
2012-04-10 03:16:37 +00:00

6 lines
179 B
Python

if ControlDown() and not AltDown() and not ShiftDown() and not MetaDown():
# handle Ctrl-XXX ...
HandleControl()