Ejemplo n.º 1
0
def mouseCheckPush():
    '''
    更正鼠标点击状态数据映射
    '''
    PyCmd.focusCmd()
    if CacheContorl.wframeMouse['mouseLeaveCmd'] == 0:
        MainFrame.send_input()
        CacheContorl.wframeMouse['mouseLeaveCmd'] = 1
Ejemplo n.º 2
0
def gameMainPanel():
    EraPrint.pline()
    EraPrint.pl(TextHandle.align(GameConfig.game_name, 'center'))
    EraPrint.pl(TextHandle.align(GameConfig.author, 'right'))
    EraPrint.pl(TextHandle.align(GameConfig.verson, 'right'))
    EraPrint.pl(TextHandle.align(GameConfig.verson_time, 'right'))
    EraPrint.p('\n')
    EraPrint.pline()
    EraPrint.lcp(1 / 3, TextLoading.getTextData(TextLoading.messagePath, '2'))
    time.sleep(1)
    EraPrint.p('\n')
    EraPrint.pline()
    time.sleep(1)
    PyCmd.focusCmd()
    menuInt = CmdButtonQueue.optionint(CmdButtonQueue.logomenu)
    return menuInt