Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventKeyboard ¶
type EventKeyboard int
const ( // KKeyDown // en: The event occurs when the user is pressing a key KKeyDown EventKeyboard = iota // KKeyPress // en: The event occurs when the user presses a key KKeyPress // KKeyUp // en: The event occurs when the user releases a key KKeyUp )
func (EventKeyboard) String ¶
func (el EventKeyboard) String() string
Click to show internal directories.
Click to hide internal directories.