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

ドロップされたファイルパスの情報 More...

#include <DroppedFilePath.hpp>

Public Attributes

FilePath path
 ファイルパス More...
 
Point pos
 ドロップされた位置(クライアント座標) More...
 
uint64 timeMillisec
 ドロップされた時刻(ミリ秒) More...
 

Detailed Description

ドロップされたファイルパスの情報

Member Data Documentation

◆ path

FilePath s3d::DroppedFilePath::path

ファイルパス

◆ pos

Point s3d::DroppedFilePath::pos

ドロップされた位置(クライアント座標)

◆ timeMillisec

uint64 s3d::DroppedFilePath::timeMillisec

ドロップされた時刻(ミリ秒)

Remarks
Time::GetMillisec() で取得する時刻と比較できます。

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