Searched refs:CONTROL_PAD_STEP (Results 1 – 2 of 2) sorted by relevance
36 const f32 CONTROL_PAD_STEP = 0.05f; variable172 ACTOR_PAN_MIN : m_ActorPan - CONTROL_PAD_STEP; in OnUpdatePad()178 ACTOR_PAN_MAX : m_ActorPan + CONTROL_PAD_STEP; in OnUpdatePad()186 ACTOR_VOLUME_MAX : m_ActorVolume + CONTROL_PAD_STEP; in OnUpdatePad()192 ACTOR_VOLUME_MIN : m_ActorVolume - CONTROL_PAD_STEP; in OnUpdatePad()
30 const f32 CONTROL_PAD_STEP = 0.2f; variable206 m_ActorPos.z += -CONTROL_PAD_STEP; in OnUpdatePad()210 m_ActorPos.z += CONTROL_PAD_STEP; in OnUpdatePad()214 m_ActorPos.x += -CONTROL_PAD_STEP; in OnUpdatePad()218 m_ActorPos.x += CONTROL_PAD_STEP; in OnUpdatePad()