Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python ctypes get current window

import ctypes
window = ctypes.windll.user32.GetForegroundWindow()
 
PREVIOUS NEXT
Tagged: #python #ctypes #current #window
ADD COMMENT
Topic
Name
2+3 =