IsMouseButtonDown is a function provided by the FPointerEvent class in C++. It is used to check if a mouse button is currently being pressed down. This function returns a boolean value indicating whether the specified mouse button is in the pressed state or not. It is useful in situations where mouse button input needs to be detected and responded to within a C++ program.
C++ (Cpp) FPointerEvent::IsMouseButtonDown - 25 examples found. These are the top rated real world C++ (Cpp) examples of FPointerEvent::IsMouseButtonDown extracted from open source projects. You can rate examples to help us improve the quality of examples.