Home
last modified time | relevance | path

Searched refs:is_selecting_spell (Results 1 – 2 of 2) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Dmagic.h141 bool is_selecting_spell() { in is_selecting_spell() function
H A Devents.cpp215 …if (!((magic->is_selecting_spell() && ((sym >= Common::KEYCODE_a && sym <= Common::KEYCODE_z) || s… in handleSDL_KEYDOWN()