Searched refs:CONTROL_PAD_STEP (Results 1 – 2 of 2) sorted by relevance
38 const f32 CONTROL_PAD_STEP = 0.05f; variable174 ACTOR_PAN_MIN : m_ActorPan - CONTROL_PAD_STEP; in OnUpdatePad()180 ACTOR_PAN_MAX : m_ActorPan + CONTROL_PAD_STEP; in OnUpdatePad()188 ACTOR_VOLUME_MAX : m_ActorVolume + CONTROL_PAD_STEP; in OnUpdatePad()194 ACTOR_VOLUME_MIN : m_ActorVolume - CONTROL_PAD_STEP; in OnUpdatePad()
32 const f32 CONTROL_PAD_STEP = 0.2f; variable232 m_ActorPos.z += -CONTROL_PAD_STEP; in OnUpdatePad()236 m_ActorPos.z += CONTROL_PAD_STEP; in OnUpdatePad()240 m_ActorPos.x += -CONTROL_PAD_STEP; in OnUpdatePad()244 m_ActorPos.x += CONTROL_PAD_STEP; in OnUpdatePad()