Skip to content

Commit

Permalink
[Reviewed] [Pointer lock] Fix expression visibility (#1484)
Browse files Browse the repository at this point in the history
- Don't show in changelog
  • Loading branch information
D8H authored Jan 7, 2025
1 parent bce4c82 commit 11220fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extensions/reviewed/MousePointerLock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "MousePointerLock",
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Virtual Reality/Virtual Reality_360_rotate_vr_movement.svg",
"shortDescription": "This behavior removes the limit on the distance the mouse can move and hides the cursor.",
"version": "0.1.8",
"version": "0.1.9",
"description": [
"This behavior removes the limit on the distance the mouse can move and hides the cursor.",
"",
Expand Down Expand Up @@ -220,7 +220,6 @@
"fullName": "Pointer X movement",
"functionType": "ExpressionAndCondition",
"name": "MovementX",
"private": true,
"sentence": "the movement of the locked pointer on the X axis",
"events": [
{
Expand All @@ -242,7 +241,6 @@
"fullName": "Pointer Y movement",
"functionType": "ExpressionAndCondition",
"name": "MovementY",
"private": true,
"sentence": "the movement of the pointer on the Y axis",
"events": [
{
Expand Down

0 comments on commit 11220fe

Please sign in to comment.