Skip to content

Commit

Permalink
Added mouse cursor toggle option to window recording sources
Browse files Browse the repository at this point in the history
  • Loading branch information
sskodje committed Jun 28, 2023
1 parent 5e64c8d commit a3520c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TestApp/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
<Label Content="{Binding}"
MinWidth="100"
Expand All @@ -461,6 +462,11 @@
x:Name="CheckBoxIsBorderRequiredForSource"
Content="Border"
IsChecked="{Binding IsBorderRequired,Mode=TwoWay}" />
<CheckBox VerticalAlignment="Center"
x:Name="CheckBoxIsCursorCaptureEnabledForSource"
Content="Cursor"
Margin="5,0,0,0"
IsChecked="{Binding IsCursorCaptureEnabled,Mode=TwoWay}" />
<CheckBox VerticalAlignment="Center"
Padding="0"
Margin="5,0,0,0"
Expand Down

0 comments on commit a3520c9

Please sign in to comment.