mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
event: Add comments about backforward compatibility
This commit is contained in:
parent
96f6714b66
commit
31a47d05b1
@ -14,6 +14,9 @@
|
||||
|
||||
// Package event is a package that models events that occur during
|
||||
// the execution of a program.
|
||||
//
|
||||
// This package is still experimental and there is no guarantee for
|
||||
// backward compatibility so far.
|
||||
package event
|
||||
|
||||
// Event is an interface that custom events should implement.
|
||||
|
Loading…
Reference in New Issue
Block a user