Exemple #1
0
    def canStart(cls):
        """
		While the Magnification API has been marked by MS as unsupported for WOW64 applications such as NVDA.
		ScreenCurtain's specific usage of the API has been tested to confirm the approach works in released
		versions of Windows, this may not continue to be true in the future. The Magnification API was
		introduced by Microsoft with Windows 8.
		"""
        return winVersion.isFullScreenMagnificationAvailable()
Exemple #2
0
 def canStart(cls):
     return winVersion.isFullScreenMagnificationAvailable()