Added a documentation comment for the Input::Event type

This commit is contained in:
Daniel Thayer 2018-09-05 22:26:33 -05:00
parent 35241fc1f1
commit d1ed09bddb

View file

@ -4,6 +4,7 @@
module Input;
export {
## Type that describes what kind of change occurred.
type Event: enum {
## New data has been imported.
EVENT_NEW = 0,