MostlyHarmless 0.0.1
Loading...
Searching...
No Matches
mostlyharmless_Cursor.h
Go to the documentation of this file.
1//
2// Created by Syl Morrison on 17/01/2026.
3//
4
5#ifndef MOSTLYHARMLESS_CURSOR_H
6#define MOSTLYHARMLESS_CURSOR_H
7#include <cstdint>
13 auto setCursorState(bool show) -> void;
14
20 auto getCursorPosition(std::uint32_t* x, std::uint32_t* y) -> void;
21
27 auto setCursorPosition(std::uint32_t x, std::uint32_t y) -> void;
28} // namespace mostly_harmless::gui::cursor
29#endif // MOSTLYHARMLESS_CURSOR_H
Definition mostlyharmless_Cursor.h:8
auto setCursorPosition(std::uint32_t x, std::uint32_t y) -> void
auto getCursorPosition(std::uint32_t *x, std::uint32_t *y) -> void
auto setCursorState(bool show) -> void