:mod:`eventmgr` =============== .. py:module:: eventmgr .. autoapi-nested-parse:: eventmgr - Wrapped MacOS APIs .. py:data:: nullEvent :type: int .. py:data:: mouseDown :type: int .. py:data:: mouseUp :type: int .. py:data:: keyDown :type: int .. py:data:: keyUp :type: int .. py:data:: autoKey :type: int .. py:data:: updateEvt :type: int .. py:data:: diskEvt :type: int .. py:data:: activateEvt :type: int .. py:data:: networkEvt :type: int .. py:data:: driverEvt :type: int .. py:data:: app1Evt :type: int .. py:data:: app2Evt :type: int .. py:data:: app3Evt :type: int .. py:data:: app4Evt :type: int .. py:data:: kHighLevelEvent :type: int .. py:data:: charCodeMask :type: int .. py:data:: keyCodeMask :type: int .. py:data:: mDownMask :type: int .. py:data:: mUpMask :type: int .. py:data:: keyDownMask :type: int .. py:data:: keyUpMask :type: int .. py:data:: autoKeyMask :type: int .. py:data:: updateMask :type: int .. py:data:: diskMask :type: int .. py:data:: activMask :type: int .. py:data:: highLevelEventMask :type: int .. py:data:: driverMask :type: int .. py:data:: app1Mask :type: int .. py:data:: app2Mask :type: int .. py:data:: app3Mask :type: int .. py:data:: app4Mask :type: int .. py:data:: everyEvent :type: int .. py:data:: activeFlag :type: int .. py:data:: changeFlag :type: int .. py:data:: btnState :type: int .. py:data:: cmdKey :type: int .. py:data:: shiftKey :type: int .. py:data:: alphaLock :type: int .. py:data:: optionKey :type: int .. py:data:: ControlKey :type: int .. py:data:: rightShiftKey :type: int .. py:data:: rightOptionKey :type: int .. py:data:: rightControlKey :type: int .. py:class:: EventRecord A uctypes structure .. py:attribute:: what :type: int .. py:attribute:: message :type: int .. py:attribute:: when :type: int .. py:attribute:: where :type: Point .. py:attribute:: modifiers :type: int .. py:function:: LMGetKeyMap() -> object .. py:function:: LMSetKeyMap(value) -> None