Searched refs:beMod (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/glut/
H A DglutEvent.cpp505 uint32 beMod = Window()->CurrentMessage()->FindInt32("modifiers"); local
506 if(beMod & B_SHIFT_KEY)
508 if(beMod & B_CONTROL_KEY)
510 if(beMod & B_OPTION_KEY) {
626 uint32 beMod = Window()->CurrentMessage()->FindInt32("modifiers"); local
627 if(beMod & B_SHIFT_KEY)
629 if(beMod & B_CONTROL_KEY)
631 if(beMod & B_OPTION_KEY) {
724 uint32 beMod = modifiers(); local
725 if(beMod
[all...]

Completed in 26 milliseconds