Opened 13 years ago
Closed 13 years ago
#8100 closed bug (invalid)
Mistake in BeBook ? (checking key-modifiers)
Reported by: | cipri | Owned by: | nielx |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Documentation | Version: | R1/alpha3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
http://haiku-os.org/legacy-docs/bebook/TheKeyboard_ModifierKeys.html it says:
if (modifiers() | B_SHIFT_KEY) {
/* a shift key is down */
}
Note:
See TracTickets
for help on using tickets.
While this is indeed incorrect, it's far from being the only error in there, and either way, there's nothing we can do about it. The legacy BeBook is provided as-is, and the license under which ACCESS allow us to publish it forbids any modifications. Our actual API documentation will be what's at http://api.haiku-os.org, but it's still very much a work in progress.