コード例 #1
0
 def kickRunLoop(self):
     event = NSEvent.otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2_(NSApplicationDefined, \
                     NSMakePoint(0,0), 0, 0.0, 0, None, 0, 0, 0)
     NSApp.postEvent_atStart_(event, True)
コード例 #2
0
ファイル: backdrop.py プロジェクト: pmbuko/misc-scripts
 def kickRunLoop(self):
     event = NSEvent.otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2_(NSApplicationDefined, \
                     NSMakePoint(0,0), 0, 0.0, 0, None, 0, 0, 0)
     NSApp.postEvent_atStart_(event, True)