comparison foosdk/sdk/libPPUI/CMiddleDragLite.h @ 1:20d02a178406 default tip

*: check in everything else yay
author Paper <paper@tflc.us>
date Mon, 05 Jan 2026 02:15:46 -0500
parents
children
comparison
equal deleted inserted replaced
0:e9bb126753e7 1:20d02a178406
1 #pragma once
2
3 namespace PP {
4 //! Single-function-call API to add middle click drag capability to any standard Windows control. \n
5 //! Works with listviews, listboxes, treeviews, etc. \n
6 //! Window will be subclassed, lifetime of subclass managed automatically. No further interaction needed from your code. \n
7 //! If you also subclass it to handle middle click events, pay attention to order in which you install the subclasses to receive your events.
8 void addMiddleDragToCtrl(HWND wndCtrl);
9 }