Quote:

Though still feels strange that such a simple-sounding function doesn't exist in Kix




That's because KiXtart is a console based scripting language. It doesn't know anything about Windows, mice, graphics or the like. If you want to get access to these you need to use external libraries which provide the functionality via "automation" objects.

Quote:

but it sounds like I can use Kix while "borrowing" a function from Autoit. Is this right?




Yes.