ManaPlus
Namespaces | Enumerations
inputcondition.h File Reference

(986a3bf)

Go to the source code of this file.

Namespaces

 InputCondition
 

Enumerations

enum  InputCondition::Type {
  InputCondition::DEFAULT = 1U , InputCondition::ENABLED = 2U , InputCondition::NOINPUT = 4U , InputCondition::NOAWAY = 8U ,
  InputCondition::NOSETUP = 16U , InputCondition::VALIDSPEED = 32U , InputCondition::NOMODAL = 64U , InputCondition::NONPCINPUT = 128U ,
  InputCondition::EMODS = 256U , InputCondition::NOTARGET = 512U , InputCondition::NOFOLLOW = 1024U , InputCondition::INGAME = 2048U ,
  InputCondition::NOBUYSELL = 4096U , InputCondition::NONPCDIALOG = 8192U , InputCondition::NOTALKING = 16384U , InputCondition::ALIVE = 32768U ,
  InputCondition::NOVENDING = 65536U , InputCondition::NOROOM = 131072U , InputCondition::NOBLOCK = 262144U , InputCondition::KEY_DOWN = 524288U ,
  InputCondition::KEY_UP = 1048576U , InputCondition::SHORTCUT = 2U + 4 + 16 + 512 + 2048 , InputCondition::SHORTCUT0 = 2U + 4 + 16 + 512 , InputCondition::GAME = 2U + 4 + 8 + 16 + 64 + 2048 ,
  InputCondition::GAME2 = 2U + 8 + 16 + 64 + 2048 , InputCondition::ARROWKEYS
}