Helper class for Input-related functions: cursor.
More...
#include <CursorHelper.hpp>
Helper class for Input-related functions: cursor.
◆ disableCursor()
| void raylib::helper::input::CursorHelper::disableCursor |
( |
| ) |
|
|
static |
Disables cursor (lock cursor)
◆ enableCursor()
| void raylib::helper::input::CursorHelper::enableCursor |
( |
| ) |
|
|
static |
Enables cursor (unlock cursor)
◆ hideCursor()
| void raylib::helper::input::CursorHelper::hideCursor |
( |
| ) |
|
|
static |
◆ isCursorHidden()
| bool raylib::helper::input::CursorHelper::isCursorHidden |
( |
| ) |
|
|
static |
Check if cursor is not visible.
- Returns
- true if cursor is not visible
◆ isCursorOnScreen()
| bool raylib::helper::input::CursorHelper::isCursorOnScreen |
( |
| ) |
|
|
static |
Check if cursor is on the screen.
- Returns
- true if cursor is on the screen
◆ showCursor()
| void raylib::helper::input::CursorHelper::showCursor |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: