![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include <KeyEvent.hpp>
Public Attributes | |
uint64 | timeMillisec = 0 |
uint32 | eventIndex = 0 |
uint8 | code = 0 |
bool | down = false |
bool | up = false |
uint8 s3d::KeyEvent::code = 0 |
bool s3d::KeyEvent::down = false |
uint32 s3d::KeyEvent::eventIndex = 0 |
uint64 s3d::KeyEvent::timeMillisec = 0 |
bool s3d::KeyEvent::up = false |