Skip to content

Are there definitions of WM_MOUSEACTIVATE return codes such as MA_NOACTIVATE? #358

@fandrei

Description

@fandrei

Is your feature request related to a problem? Please describe.

I looked in the source code and they're mentioned in comments, but I can't find any definitions for these constants.

Describe the additions or enhancements you'd like

Just add them, if they don't exist yet.

public enum MouseActivateCodes : int
{
   MA_ACTIVATE = 1,
   MA_ACTIVATEANDEAT = 2,
   MA_NOACTIVATE = 3,
   MA_NOACTIVATEANDEAT = 4
}

Activity

dahall

dahall commented on Dec 23, 2022

@dahall
Owner

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @fandrei@dahall

        Issue actions

          Are there definitions of WM_MOUSEACTIVATE return codes such as MA_NOACTIVATE? · Issue #358 · dahall/Vanara