haxe - How to move border-less window around? -
I created simple and small application with a clock using HaxeFlixel and native build. The window can not be resized or even transmitted because I have made it limitless in project.xml
.
The only way to move this window is to set the position of the mousemove event and the corresponding window accordingly. The first seems simple, but later I see the problems in HQ API, OpenFL API and Hexelb but I can not see anything that can move the window around.
Here's the clock:
I created this project based on the function Lib.application.window.move (x, y)
It is not very smooth. I am trying to improve it, but it is working.
Comments
Post a Comment