fix(docs): better wording
Co-authored-by: Ryan C <r.cross@lancaster.ac.uk>
This commit is contained in:
parent
5aee0fed36
commit
35dd5144af
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ enable/disable additional layers "on top" of the default layer.
|
||||||
|
|
||||||
When a key location is pressed or released, the stack of all active [layers](/docs/terms#layer) from "top to
|
When a key location is pressed or released, the stack of all active [layers](/docs/terms#layer) from "top to
|
||||||
bottom" is used. The event is sent to the [behavior](/docs/terms#behavior) bound at that position in each
|
bottom" is used. The event is sent to the [behavior](/docs/terms#behavior) bound at that position in each
|
||||||
layer. Those [behaviors](/docs/terms#behavior) can "handle" the event, stop it from being passed to any lower
|
layer. These [behaviors](/docs/terms#behavior) can "handle" the event, stopping it from being passed to any lower
|
||||||
[layers](/docs/terms#layer), or choose to "pass it along" and let the [layer](/docs/terms#layer) below handle
|
[layers](/docs/terms#layer), or choose to "pass it along" and let the [layer](/docs/terms#layer) below handle
|
||||||
the event.
|
the event.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue