コード例 #1
0
ファイル: KeyCommon.py プロジェクト: Tubbz-alt/onboard-1
 def get_fullsize_rect(self):
     """ Get bounding box of the key at 100% size in logical coordinates """
     return LayoutItem.get_rect(self)
コード例 #2
0
ファイル: KeyCommon.py プロジェクト: thnguyn2/ECE_527_MP
 def __init__(self):
     LayoutItem.__init__(self)
コード例 #3
0
ファイル: KeyCommon.py プロジェクト: Tubbz-alt/onboard-1
 def __init__(self):
     LayoutItem.__init__(self)
コード例 #4
0
ファイル: KeyCommon.py プロジェクト: thnguyn2/ECE_527_MP
    def get_fullsize_rect(self):
        """ Get bounding box of the key at 100% size in logical coordinates """
        rect = LayoutItem.get_rect(self)

        return rect