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

Add support for ignore mask bits #25

Open
nklbdev opened this issue Jan 31, 2023 · 0 comments
Open

Add support for ignore mask bits #25

nklbdev opened this issue Jan 31, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@nklbdev
Copy link
Owner

nklbdev commented Jan 31, 2023

#	2^ 0	1                                       0001 BIND_TOPLEFT
#	2^ 1	2                                       0010 BIND_TOP
#	2^ 2	4                                       0100 BIND_TOPRIGHT
#	2^ 3	8                                       1000 BIND_LEFT
#	2^ 4	16                                 0001_0000 BIND_CENTER
#	2^ 5	32                                 0010_0000 BIND_RIGHT
#	2^ 6	64                                 0100_0000 BIND_BOTTOMLEFT
#	2^ 7	128                                1000_0000 BIND_BOTTOM
#	2^ 8	256                           0001_0000_0000 BIND_BOTTOMRIGHT

#	2^16	65536               0001_0000_0000_0000_0000 IGNORE_TOPLEFT
#	2^17	131072              0010_0000_0000_0000_0000 IGNORE_TOP
#	2^18	262144              0100_0000_0000_0000_0000 IGNORE_TOPRIGHT
#	2^19	524288              1000_0000_0000_0000_0000 IGNORE_LEFT
#	2^20	1048576        0001_0000_0000_0000_0000_0000 IGNORE_CENTER
#	2^21	2097152        0010_0000_0000_0000_0000_0000 IGNORE_RIGHT
#	2^22	4194304        0100_0000_0000_0000_0000_0000 IGNORE_BOTTOMLEFT
#	2^23	8388608        1000_0000_0000_0000_0000_0000 IGNORE_BOTTOM
#	2^24	16777216  0001_0000_0000_0000_0000_0000_0000 IGNORE_BOTTOMRIGHT
#	Ignore bit == bind bit * 2^16
@nklbdev nklbdev added the enhancement New feature or request label Jan 31, 2023
@nklbdev nklbdev added this to the 1.0 milestone Jan 31, 2023
@nklbdev nklbdev self-assigned this Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant