Skip to content

Commit f90fb05

Browse files
authored
Merge pull request #296 from thejohncotton/add-request-input-documentation-to-upgrade-guide
add note about request_input in upgrade guide Thank you
2 parents 0c0ca52 + db33559 commit f90fb05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/upgrading_to_v0.11.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This guide is a good first pass. If you see things that need improving, please c
2828
* The `:clear_color` style (which was always weird) is gone. You can now set a theme on the viewport (in config), which sets the background color.
2929
* The SceneRef primitive is gone, and replaced with a combination of Component and Script primitives.
3030
* The `:font_blur` primitive is gone. Sorry. Didn't have a close enough analog in Canvas
31+
* Input events are no longer implicitly requested for a scene. You can explicitly request the input events you want using `Scene.request_input/2` or `Scene.capture_input/2`
3132
* The format of the input messages have changed - see the docs
3233
* The optional styles on some of the standard components (Button) have changed to be more consistent with the standard styles. See documentation.
3334

0 commit comments

Comments
 (0)