We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# 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
The text was updated successfully, but these errors were encountered:
nklbdev
No branches or pull requests
The text was updated successfully, but these errors were encountered: