Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(MoveKeyInput): add release event #92

Merged
merged 9 commits into from
Jan 15, 2018
Merged

Conversation

daybrush
Copy link
Member

@daybrush daybrush commented Jan 12, 2018

Issue

#88 #87

Details

feat(MoveKeyInput): add release event #88
feat(WheelInput): add option useNormalized #87

@sculove
Copy link
Contributor

sculove commented Jan 12, 2018

@Younkue travis ci is failed.
check this PR
I changed karma.conf we should change chrome options.


switch (e.keyCode) {
case KEYMAP.LEFT_ARROW:
case KEYMAP.A:
offsets = [-this.options.scale[0], 0];
break;
direction = -1;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason to fix the constant -1?

this.observer.release(this, e, toAxis(this.axes, [0, 0]));
this._isHolded = false;
}
}, 80);
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason to fix the constant 80?

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 90.48% when pulling fc9a408 on younkue:axes#2.4.0 into 6ef6e8b on naver:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 91.028% when pulling 2c958da on younkue:axes#2.4.0 into 6ef6e8b on naver:master.

@sculove sculove merged commit 07c92c6 into naver:master Jan 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants