command
Version:
v0.0.0-...-8fc0beb
Opens a new window with list of versions in this module.
Published: Nov 28, 2016
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Mouse Demo
What does it do?
It demonstrates how one can use mouse events in engo
.
What are important aspects of the code?
These lines are key in this demo:
common.MouseComponent
within the definition of type Guy
, which adds a MouseComponent
which stores information (such as hover events).
w.AddSystem(&common.MouseSystem{})
, which adds the MouseSystem
to this Scene
;
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.