https://github.com/tuarua/windowshelperane
a set of methods for Adobe AIR for Windows
https://github.com/tuarua/windowshelperane
adobe-air native-extension windows
Last synced: 3 months ago
JSON representation
a set of methods for Adobe AIR for Windows
- Host: GitHub
- URL: https://github.com/tuarua/windowshelperane
- Owner: tuarua
- License: mit
- Created: 2017-03-26T14:30:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T12:22:38.000Z (over 5 years ago)
- Last Synced: 2025-04-14T12:14:01.256Z (about 1 year ago)
- Topics: adobe-air, native-extension, windows
- Language: C#
- Homepage:
- Size: 2.39 MB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# WindowsHelperANE
a set of methods for Adobe AIR for Windows
findWindowByTitle()
showWindow()
hideWindow()
setForegroundWindow()
getDisplayDevices()
setDisplayResolution()
registerHotKey()
unregisterHotKey()
getNumLogicalProcessors()
startAtLogin()
##### Windows Installation - Important!
The C# binaries(dlls) are now packaged inside the ANE. All of these **need to be deleted** from your AIRSDK.
FreSharp.ane is now a required dependency for Windows.
* This ANE was built with MS Visual Studio 2015. As such your machine (and user's machines) will need to have Microsoft Visual C++ 2015 Redistributable (x86) runtime installed.
https://www.microsoft.com/en-us/download/details.aspx?id=48145
* This ANE also uses .NET 4.7 Framework. This is included with Windows 10 April Update 2018.