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

#include <KeyEvent.hpp>

Public Attributes

uint64 timeMillisec = 0
 
uint32 eventIndex = 0
 
uint8 code = 0
 
bool down = false
 
bool up = false
 

Member Data Documentation

◆ code

uint8 s3d::KeyEvent::code = 0

◆ down

bool s3d::KeyEvent::down = false

◆ eventIndex

uint32 s3d::KeyEvent::eventIndex = 0

◆ timeMillisec

uint64 s3d::KeyEvent::timeMillisec = 0

◆ up

bool s3d::KeyEvent::up = false

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