Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
fandrei opened this issue Dec 23, 2022 · 1 comment

Comments

@fandrei
Copy link

fandrei commented Dec 23, 2022

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
}
@dahall
Copy link
Owner

dahall commented Dec 23, 2022

Thanks

@dahall dahall closed this as completed Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants