FifeGUI
0.2.0
A C++ GUI library designed for games.
fcn
GenericInput
fcn::GenericInput Member List
This is the complete list of members for
fcn::GenericInput
, including all inherited members.
_pollInput
() override
fcn::GenericInput
virtual
dequeueKeyInput
() override
fcn::GenericInput
virtual
dequeueMouseInput
() override
fcn::GenericInput
virtual
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::Input
protected
isKeyQueueEmpty
() override
fcn::GenericInput
virtual
isMouseQueueEmpty
() override
fcn::GenericInput
virtual
mKeyInputQueue
fcn::GenericInput
protected
mMouseInputQueue
fcn::GenericInput
protected
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::Input
virtual
Generated by
1.16.1