Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/KeyboardState.GetModifiers.1.py
2011-12-30 19:17:09 +00:00

6 lines
184 B
Python

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