![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
This is the complete list of members for Divide::Input::AutoRepeatKey, including all inherited members.
_delay | Divide::Input::AutoRepeatKey | private |
_elapsed | Divide::Input::AutoRepeatKey | private |
_initialDelay | Divide::Input::AutoRepeatKey | private |
_key | Divide::Input::AutoRepeatKey | private |
_repeatDelay | Divide::Input::AutoRepeatKey | private |
AutoRepeatKey(D64 repeatDelay=0.035, D64 initialDelay=0.300) noexcept | Divide::Input::AutoRepeatKey | |
begin(const KeyEvent &evt) noexcept | Divide::Input::AutoRepeatKey | |
end(const KeyEvent &evt) noexcept | Divide::Input::AutoRepeatKey | |
repeatKey(const Input::KeyEvent &evt)=0 | Divide::Input::AutoRepeatKey | protectedpure virtual |
setInitialDelay(const D64 initialDelay) noexcept | Divide::Input::AutoRepeatKey | inline |
setRepeatDelay(const D64 repeatDelay) noexcept | Divide::Input::AutoRepeatKey | inline |
update(U64 deltaTimeUS) | Divide::Input::AutoRepeatKey | |
~AutoRepeatKey()=default | Divide::Input::AutoRepeatKey | virtual |