opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
liboscar
platform
cursor_shape.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
osc
4
{
5
enum class
CursorShape
{
6
Arrow
,
7
IBeam
,
8
ResizeAll
,
9
ResizeVertical
,
10
ResizeHorizontal
,
11
ResizeDiagonalNESW
,
12
ResizeDiagonalNWSE
,
13
PointingHand
,
14
Wait
,
15
Progress
,
16
Forbidden
,
17
Hidden
,
18
NUM_OPTIONS
,
19
20
Default
=
Arrow
,
21
};
22
}
osc
Definition
custom_decoration_generator.h:5
osc::BlendingEquation::NUM_OPTIONS
@ NUM_OPTIONS
osc::CursorShape
CursorShape
Definition
cursor_shape.h:5
osc::CursorShape::ResizeDiagonalNWSE
@ ResizeDiagonalNWSE
osc::CursorShape::PointingHand
@ PointingHand
osc::CursorShape::Arrow
@ Arrow
osc::CursorShape::Wait
@ Wait
osc::CursorShape::Progress
@ Progress
osc::CursorShape::IBeam
@ IBeam
osc::CursorShape::Forbidden
@ Forbidden
osc::CursorShape::ResizeHorizontal
@ ResizeHorizontal
osc::CursorShape::ResizeAll
@ ResizeAll
osc::CursorShape::ResizeDiagonalNESW
@ ResizeDiagonalNESW
osc::CursorShape::ResizeVertical
@ ResizeVertical
osc::SceneDecorationFlag::Hidden
@ Hidden
osc::OBJWriterFlag::Default
@ Default
Generated by
1.9.8