[][src]Module kurenai::key_event

This module has KeyEvent struct, from which you can know which key is down and which is up. You can use it at the GameService::key_event() implementation.

Structs

KeyEvent

This struct shows which key is down and which is up.