Search results

Play Now
  1. mir2pion

    Make Mir3D Launcher panel movable on desktop

    Completely new approach that works, only need to iron out Launcher panel jump to the left when start dragging. It has to do with those numeric values. I tried increasing and decreasing them, even removing but the panel keeps jumping to the left when the mouse begins to drag it. Can drag it but...
  2. mir2pion

    Make Mir3D Launcher panel movable on desktop

    I found that it cannot be simply set in panel properties but needs to be coded. Currently the Launcher is stuck in the middle of desktop. I followed an example on YT which shows how you write code for mouseDown, mouseMove and mouseUp but VS doesn't like what I did and I suspect I need to move...