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

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

_pollInput() overridefcn::GenericInputvirtual
dequeueKeyInput() overridefcn::GenericInputvirtual
dequeueMouseInput() overridefcn::GenericInputvirtual
GenericInput() (defined in fcn::GenericInput)fcn::GenericInput
Input(Input const &)=delete (defined in fcn::Input)fcn::Input
Input(Input &&)=delete (defined in fcn::Input)fcn::Input
Input()=default (defined in fcn::Input)fcn::Inputprotected
isKeyQueueEmpty() overridefcn::GenericInputvirtual
isMouseQueueEmpty() overridefcn::GenericInputvirtual
mKeyInputQueuefcn::GenericInputprotected
mMouseInputQueuefcn::GenericInputprotected
operator=(Input const &)=delete (defined in fcn::Input)fcn::Input
operator=(Input &&)=delete (defined in fcn::Input)fcn::Input
pushKeyPressed(int unicode)fcn::GenericInput
pushKeyReleased(int unicode)fcn::GenericInput
pushMouseButtonPressed(int x, int y, int button)fcn::GenericInput
pushMouseButtonReleased(int x, int y, int button)fcn::GenericInput
pushMouseMoved(int x, int y)fcn::GenericInput
pushMouseWheelMovedDown(int x, int y)fcn::GenericInput
pushMouseWheelMovedLeft(int x, int y)fcn::GenericInput
pushMouseWheelMovedRight(int x, int y)fcn::GenericInput
pushMouseWheelMovedUp(int x, int y)fcn::GenericInput
~Input()=default (defined in fcn::Input)fcn::Inputvirtual