agrippa1994 / DX9-Overlay-API

Overlay API for DirectX 9 based games.
MIT License
127 stars 26 forks source link

improved hello world app #10

Closed evilC closed 10 years ago

evilC commented 10 years ago

Script can now be run after dx app is started. Overlays re-injected when quitting and re-starting the dx app. Overlays are now removed if the script is quit.

Hotkey added: The 2 key now toggles the text on/off.

JohnnyCrazy commented 10 years ago

Works fine :smiley:

If you remove the line (It isn't really necessary), I really would like to merge it!

JohnnyCrazy commented 10 years ago

Wonderful! This closes #10 and implements #9! Thanks for your contribution!