OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::DragStatus Struct Reference

ドラッグの状態 More...

#include <DragStatus.hpp>

Public Attributes

DragItemType itemType
 ドラッグしているアイテムの種類 More...
 
Point cursorPos
 ドラッグ中のカーソルの位置(クライアント座標) More...
 

Detailed Description

ドラッグの状態

Member Data Documentation

◆ cursorPos

Point s3d::DragStatus::cursorPos

ドラッグ中のカーソルの位置(クライアント座標)

◆ itemType

DragItemType s3d::DragStatus::itemType

ドラッグしているアイテムの種類


The documentation for this struct was generated from the following file: