OpenSiv3D  v0.6.5
C++20 framework for creative coding
CursorStyle.hpp File Reference
#include "Common.hpp"

Namespaces

 s3d
 

Enumerations

enum  s3d::CursorStyle : uint8 {
  s3d::CursorStyle::Arrow, s3d::CursorStyle::IBeam, s3d::CursorStyle::Cross, s3d::CursorStyle::Hand,
  s3d::CursorStyle::NotAllowed, s3d::CursorStyle::ResizeUpDown, s3d::CursorStyle::ResizeLeftRight, s3d::CursorStyle::ResizeNWSE,
  s3d::CursorStyle::ResizeNESW, s3d::CursorStyle::ResizeAll, s3d::CursorStyle::Hidden, s3d::CursorStyle::Default = Arrow
}
 マウスカーソルの形状 More...