ExtendedWindowsAPI

This library is a fork of the SL-Windows-API, but with additional features.
https://github.com/L1ghtlyVun/ExtendedWindowsAPI

To install, run:

haxelib install ExtendedWindowsAPI 0.0.1 

See using Haxelib in Haxelib documentation for more information.

README.md

EXTENDED WINDOWS API

This library is a fork of the SL-Windows-API, but with additional features.

The functions you can use can be found in winapi/WIndowsAPI.hx

How to use this:

For functions where something related to the window is modified, it is necessary to use this function to define the window title (it is recommended to leave this in an update function).

// import the library
import winapi.WindowsAPI;

// Set the title of the main window
WindowsAPI.reDefineMainWindowTitle(lime.app.Application.current.window.title);

Examples:

Set a custom color for the main window border

import winapi.WindowsAPI;

WindowsAPI.setWindowBorderColor(255, 0, 0);

WARNING

Windows GDI functions may not work, i'll fix it soon.

Credits

Slushi, AlejoGDOfficial - Original code L1ghtlyVun - Added new features

Contributors
l1ghtlyvun
Version
0.0.1
Published
7 months ago
License
Apache

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub