Difference between revisions of "Lua:getForegroundWindow"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "<p> <b>getForegroundWindow()</b> - windowhandle : Returns the windowhandle of the topmost window </p> <pre> print( getWindowCaption( getForegroundWindow() ) ) </pre>")
 
(No difference)

Latest revision as of 00:41, 28 August 2020

getForegroundWindow() - windowhandle : Returns the windowhandle of the topmost window

print( getWindowCaption( getForegroundWindow() ) )