-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Events #37
Copy link
Copy link
Open
Milestone
Description
Setup our event library so that the user can do
void jump() {
return bEvent::keyDown('space');
}
bEvent::addEvent("Jump", &jump);
if (bEvent::Event("Jump")) {
// jump logic
}That way if someone wanted to change the jump button they just had to update the jump event
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels