Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pravusjif committed Oct 30, 2024
1 parent 6c32a5b commit 64b3719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/decentraland/sdk/components/pointer_events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ message PBPointerEvents {
optional common.InputAction button = 1; // key/button in use (default IA_ANY)
optional string hover_text = 2; // feedback on hover (default 'Interact')
optional float max_distance = 3; // range of interaction (default 10)
optional bool show_feedback = 4; // enable or disable hover text (default true)
optional bool show_feedback = 4; // enable or disable hover text and highlight (default true)
optional bool show_highlight = 5; // enable or disable hover highlight (default true)
}

Expand Down

0 comments on commit 64b3719

Please sign in to comment.