API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsWinUi
Cursors
CursorUtils.h
1
// CursorUtils.h
3
//
5
6
namespace
nkWinUi
7
{
11
class
CursorUtils
final
12
{
13
public :
14
15
// Functions
16
// Getters
22
static
nkMaths::Point
getCursorPosition
() ;
23
24
// Setters
30
static
void
setCursorPosition
(
nkMaths::Point
absPos) ;
31
} ;
32
}
nkWinUi::CursorUtils
A utility class to interact with the cursor.
Definition:
CursorUtils.h:12
nkWinUi::CursorUtils::setCursorPosition
static void setCursorPosition(nkMaths::Point absPos)
nkMaths::Point
Represents a 2D Point.
Definition:
Point.h:12
nkWinUi
Encompasses all API of component NilkinsWinUi.
Definition:
Clipboard.h:7
nkWinUi::CursorUtils::getCursorPosition
static nkMaths::Point getCursorPosition()
Generated by
Doxygen
1.8.18