Functions¶
Input/Devices
Brief descriptions¶
Functions |
|
|
Retrieves the number of currently registered keyboard devices. |
|
Checks whether the keyboard button has just been pressed. |
|
Checks whether the keyboard button is being held down currently. |
|
Retrieves the number of currently registered mouse devices. |
|
Checks if the mouse button has just been pressed. |
|
Checks if the mouse button has just been released. |
|
Checks whether the mouse button is being held down currently. |
|
Retrieves the mouse axis absolute value. |
|
Retrieves the mouse axis delta value. |
Detailed information¶
input::getKeyboardDeviceCount¶
engine/core/modules/input/include/nau/input.h
Warning
doxygenfunction: Cannot find function “nau::input::getKeyboardDeviceCount” in doxygen xml output for project “NauEngine” from directory: xml
input::getMouseDeviceCount¶
engine/core/modules/input/include/nau/input.h
Warning
doxygenfunction: Cannot find function “nau::input::getMouseDeviceCount” in doxygen xml output for project “NauEngine” from directory: xml
input::getMouseAxisValue¶
engine/core/modules/input/include/nau/input.h
Warning
doxygenfunction: Cannot find function “nau::input::getMouseAxisValue” in doxygen xml output for project “NauEngine” from directory: xml
input::getMouseAxisDelta¶
engine/core/modules/input/include/nau/input.h
Warning
doxygenfunction: Cannot find function “nau::input::getMouseAxisDelta” in doxygen xml output for project “NauEngine” from directory: xml