examples/events/customEventExample/README.md
This example demonstrates a simple game. A GameEvent class is used to store the bullet and bug that just collided.
After studying this example, you'll understand how to create an object to generate custom events using a class based on ofEventArgs
In the code, pay attention to:
ofEventArgs, base class for events that don't send any arguments like draw or updateofAddListener to add a listener method to GameEventofNotifyEvent() to notify the GameEventWhen launching this app, you should see a screen with
Instructions for use:
GameEventBulletBug