mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +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
|
// Package event is a package that models events that occur during
|
||||||
// the execution of a program.
|
// the execution of a program.
|
||||||
|
//
|
||||||
|
// This package is still experimental and there is no guarantee for
|
||||||
|
// backward compatibility so far.
|
||||||
package event
|
package event
|
||||||
|
|
||||||
// Event is an interface that custom events should implement.
|
// Event is an interface that custom events should implement.
|
||||||
|
Loading…
Reference in New Issue
Block a user