Lines Matching refs:IsPressed

60 					(IsPressed(JissenMahjongController::Buttons::N) ? 0x04 : 0) |  in RefreshStateBuffer()
61 (IsPressed(JissenMahjongController::Buttons::M) ? 0x08 : 0) | in RefreshStateBuffer()
62 (IsPressed(JissenMahjongController::Buttons::L) ? 0x10 : 0) | in RefreshStateBuffer()
63 (IsPressed(JissenMahjongController::Buttons::K) ? 0x20 : 0) | in RefreshStateBuffer()
64 (IsPressed(JissenMahjongController::Buttons::J) ? 0x40 : 0) | in RefreshStateBuffer()
65 (IsPressed(JissenMahjongController::Buttons::I) ? 0x80 : 0); in RefreshStateBuffer()
70 (IsPressed(JissenMahjongController::Buttons::H) ? 0x01 : 0) | in RefreshStateBuffer()
71 (IsPressed(JissenMahjongController::Buttons::G) ? 0x02 : 0) | in RefreshStateBuffer()
72 (IsPressed(JissenMahjongController::Buttons::F) ? 0x04 : 0) | in RefreshStateBuffer()
73 (IsPressed(JissenMahjongController::Buttons::E) ? 0x08 : 0) | in RefreshStateBuffer()
74 (IsPressed(JissenMahjongController::Buttons::D) ? 0x10 : 0) | in RefreshStateBuffer()
75 (IsPressed(JissenMahjongController::Buttons::C) ? 0x20 : 0) | in RefreshStateBuffer()
76 (IsPressed(JissenMahjongController::Buttons::B) ? 0x40 : 0) | in RefreshStateBuffer()
77 (IsPressed(JissenMahjongController::Buttons::A) ? 0x80 : 0); in RefreshStateBuffer()
82 (IsPressed(JissenMahjongController::Buttons::Ron) ? 0x02 : 0) | in RefreshStateBuffer()
83 (IsPressed(JissenMahjongController::Buttons::Riichi) ? 0x04 : 0) | in RefreshStateBuffer()
84 (IsPressed(JissenMahjongController::Buttons::Chii) ? 0x08 : 0) | in RefreshStateBuffer()
85 (IsPressed(JissenMahjongController::Buttons::Pon) ? 0x10 : 0) | in RefreshStateBuffer()
86 (IsPressed(JissenMahjongController::Buttons::Kan) ? 0x20 : 0) | in RefreshStateBuffer()
87 (IsPressed(JissenMahjongController::Buttons::Start) ? 0x40 : 0) | in RefreshStateBuffer()
88 (IsPressed(JissenMahjongController::Buttons::Select) ? 0x80 : 0); in RefreshStateBuffer()