Skip to content
This repository has been archived by the owner on Sep 30, 2019. It is now read-only.

Return bool values from input handlers #2

Merged
merged 1 commit into from
Nov 21, 2018

Conversation

emersonknapp
Copy link
Contributor

Allows for stack-based input handling to block GUI events from passing through to the application underneath, e.g.

for (listener : listeners) {
  if (listener.mouseWheelRolled(event)) break;
}

@paroj paroj merged commit 06bbbc6 into OGRECave:master Nov 21, 2018
@paroj
Copy link
Member

paroj commented Nov 21, 2018

👍 thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants