Sowl
1.0
Simple Object Window Library
Main Page
Classes
Files
File List
Cursor.h
1
#pragma once
2
#include <windows.h>
3
4
namespace
sowl
5
{
6
class
Cursor
7
{
8
public
:
9
Cursor
(HCURSOR handle);
10
HCURSOR GetHandle()
const
;
11
12
private
:
13
HCURSOR handle;
14
};
15
}
sowl::Cursor
Definition:
Cursor.h:6
Sowl
Graphics
Cursors
Cursor.h
Generated on Fri Apr 22 2022 00:19:47 for Sowl by
1.4.2