FifeGUI 0.2.0
A C++ GUI library designed for games.
fcn::KeyInput Member List

This is the complete list of members for fcn::KeyInput, including all inherited members.

getKey() constfcn::KeyInput
getType() constfcn::KeyInput
isAltPressed() constfcn::KeyInput
isControlPressed() constfcn::KeyInput
isMetaPressed() constfcn::KeyInput
isNumericPad() constfcn::KeyInput
isShiftPressed() constfcn::KeyInput
KeyInput()=defaultfcn::KeyInput
KeyInput(Key const &key, Type type)fcn::KeyInput
mAltPressedfcn::KeyInputprotected
mControlPressedfcn::KeyInputprotected
mKeyfcn::KeyInputprotected
mMetaPressedfcn::KeyInputprotected
mNumericPadfcn::KeyInputprotected
mShiftPressedfcn::KeyInputprotected
mTypefcn::KeyInputprotected
setAltPressed(bool pressed)fcn::KeyInput
setControlPressed(bool pressed)fcn::KeyInput
setKey(Key const &key)fcn::KeyInput
setMetaPressed(bool pressed)fcn::KeyInput
setNumericPad(bool numpad)fcn::KeyInput
setShiftPressed(bool pressed)fcn::KeyInput
setType(Type type)fcn::KeyInput
Type enum namefcn::KeyInput