Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@poitch
Copy link
Contributor

@poitch poitch commented Feb 23, 2017

/cc abarth

if (keyboard->phase == mozart::KeyboardEvent::Phase::PRESSED)
type = "keydown";
else if (keyboard->phase == mozart::KeyboardEvent::Phase::REPEAT)
type = "keydown";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a TODO to change this to "keyrepeat" ?

@abarth
Copy link
Contributor

abarth commented Feb 23, 2017

LGTM

@poitch poitch merged commit e5f16da into flutter:master Feb 23, 2017
goderbauer pushed a commit to goderbauer/engine that referenced this pull request Mar 9, 2017
* New mozart input events.

* Adding TODO for keyrepeat
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants