Beispiel #1
0
 public override bool GetPress()
 {
     return(MovaInput.GetPress(movaButton));
 }
Beispiel #2
0
 public override Vector2 GetScrollDelta()
 {
     return(MovaInput.GetScrollDelta(m_scrollType, m_scrollDeltaScale));
 }