Skip to content

Commit 916a13c

Browse files
committed
resetKeys doc update. Fix phaserjs#4345
1 parent 05e3520 commit 916a13c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
* The `Mesh.setAlpha` method has been restored, even though it's empty and does nothing, to prevent runtime errors when adding a Mesh or Quad object to a Container. Fix #4338 #4343 (thanks @pfdtravalmatic @charmingny)
88

9+
### Examples, Documentation and TypeScript
10+
11+
My thanks to the following for helping with the Phaser 3 Examples, Docs and TypeScript definitions, either by reporting errors, fixing them or helping author the docs:
12+
13+
@maretana
914

1015

1116
## Version 3.16.0 / 3.16.1 - Ishikawa - 5th February 2019

src/input/keyboard/KeyboardPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ var KeyboardPlugin = new Class({
766766

767767
/**
768768
* Resets all Key objects created by _this_ Keyboard Plugin back to their default un-pressed states.
769-
* This can only reset keys created via the `addKey`, `addKeys` or `createCursors` methods.
769+
* This can only reset keys created via the `addKey`, `addKeys` or `createCursorKeys` methods.
770770
* If you have created a Key object directly you'll need to reset it yourself.
771771
*
772772
* This method is called automatically when the Keyboard Plugin shuts down, but can be

0 commit comments

Comments
 (0)