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

ドロップされたテキストの情報 More...

#include <DroppedText.hpp>

Public Attributes

String text
 テキスト More...
 
Point pos
 ドロップされた位置(クライアント座標) More...
 
uint64 timeMillisec
 ドロップされた時刻(ミリ秒) More...
 

Detailed Description

ドロップされたテキストの情報

Member Data Documentation

◆ pos

Point s3d::DroppedText::pos

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

◆ text

String s3d::DroppedText::text

テキスト

◆ timeMillisec

uint64 s3d::DroppedText::timeMillisec

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

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

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