Searched refs:hold_bits (Results 1 – 2 of 2) sorted by relevance
106 const u16 hold_bak = input->hold_bits; in GetInput()107 u16 hold_bits; in GetInput() local119 hold_bits = (u16)(PAD_Read() | (input->tp.touch ? PAD_BUTTON_TP : 0)); in GetInput()120 input->push_bits = (u16)(~hold_bak & hold_bits); in GetInput()121 input->hold_bits = hold_bits; in GetInput()122 input->release_bits = (u16)(hold_bak & ~hold_bits); in GetInput()
41 u16 hold_bits; // The key bit of the state being pressed member