D
D
Dmitry Korolev2016-08-23 22:25:17
C++ / C#
Dmitry Korolev, 2016-08-23 22:25:17

How to move the application window by holding the button?

How to move the application window by holding the button?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ananiev, 2016-08-23
@adressmoeistranici

Set the flag on the button press event, remove the flag on the button release event. On the mouse movement event, if the flag is set, move the window.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question