Skip to content

Add support for custom window drag handles to AppCore #299

@adamjs

Description

@adamjs

Some users may want to draw their own titlebar and close/minimize/maximize buttons (similar to Spotify and Discord).

To accomplish this, we need to support borderless windows + custom window drag handles (basically, redefine a section of window coordinates as the drag handle for the window).

WinAPI supports this via the WM_NCHITTEST message (see https://stackoverflow.com/questions/35522488/moving-frameless-window-by-dragging-it-from-a-portion-of-client-area)

Metadata

Metadata

Assignees

Labels

appcorePertains to AppCore moduleenhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions