Skip to content

Commit

Permalink
fixup! feat: Allow layer behaviors to "lock" layers on
Browse files Browse the repository at this point in the history
  • Loading branch information
nmunnich committed Mar 11, 2025
1 parent 9f5ce06 commit 7fc0c62
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
layer_changed: layer 1 state 1
layer_changed: layer 1 state 1 locked 0
Dispatching handle_layer_state_changed
movement_set: Mouse movement set to -1/0
scroll_set: Mouse scroll set to 0/0
Expand All @@ -12,10 +12,10 @@ movement_set: Mouse movement set to 0/0
movement_set: Mouse movement set to -3/0
scroll_set: Mouse scroll set to 0/0
movement_set: Mouse movement set to 0/0
layer_changed: layer 1 state 0
layer_changed: layer 1 state 0 locked 0
Dispatching handle_layer_state_changed
Deactivating layer that was activated by this processor
layer_changed: layer 1 state 1
layer_changed: layer 1 state 1 locked 0
Dispatching handle_layer_state_changed
movement_set: Mouse movement set to -1/0
scroll_set: Mouse scroll set to 0/0
Expand Down

0 comments on commit 7fc0c62

Please sign in to comment.