HomeSort by relevance Sort by last modified time
    Searched refs:attackLength (Results 1 - 4 of 4) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISEffect.h 184 Envelope() : attackLength(0), attackLevel(0), fadeLength(0), fadeLevel(0) {}
189 bool isUsed() const { return attackLength | attackLevel | fadeLength | fadeLevel; }
195 unsigned int attackLength;
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
LinuxForceFeedback.cpp 230 ffenvelope->attack_length = LinuxDuration(envelope->attackLength);
241 << " AttackLen : " << envelope->attackLength
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32ForceFeedback.cpp 354 diEnvelope->dwAttackTime = envelope->attackLength;
366 << " AttackLen : " << envelope->attackLength
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
FFConsoleDemo.cpp 535 pConstForce->envelope.attackLength = 0;
569 pConstForce->envelope.attackLength = (unsigned int)(1000000.0/_nUpdateFreq/2);
606 pPeriodForce->envelope.attackLength = 0;

Completed in 651 milliseconds