Skip to content

Commit

Permalink
added show_highlight optional property
Browse files Browse the repository at this point in the history
  • Loading branch information
pravusjif committed Oct 30, 2024
1 parent ba19c4f commit 6c32a5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/decentraland/sdk/components/pointer_events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ message PBPointerEvents {
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_highlight = 5; // enable or disable hover highlight (default true)
}

message Entry {
Expand Down

0 comments on commit 6c32a5b

Please sign in to comment.