Skip to content

Commit

Permalink
Remove title change and and screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zokker13 committed May 24, 2017
1 parent 4ac7ffb commit 030bf30
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ A stupid tool with a stupid name to manipulate RA3 in a good manner
* Lock mouse cursor in RA3 window

## Todo
- Add borders around window to move it around
* Add borders around window to move it around
* When pressing Enter on the numpad, simulate Enter on the main keyboard

## Screenshots
### Main Application
![main_app](docs/main_app.png)
2 changes: 1 addition & 1 deletion RatherWeird/RatherWeird/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:RatherWeird"
mc:Ignorable="d"
Title="MainWindow" Height="197" Width="534" Loaded="Window_Loaded" Closed="Window_Closed" ResizeMode="NoResize">
Title="RatherWeird" Height="197" Width="534" Loaded="Window_Loaded" Closed="Window_Closed" ResizeMode="NoResize">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition/>
Expand Down
2 changes: 0 additions & 2 deletions RatherWeird/RatherWeird/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ public MainWindow()

private void ForegroundWatcher_ForegroundChanged(object sender, ForegroundArgs e)
{
Title = e.Process.ProcessName;

if (e.Process.ProcessName!= "ra3_1.12.game")
return;

Expand Down
4 changes: 1 addition & 3 deletions RatherWeird/RatherWeird/RatherWeird.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
Expand Down Expand Up @@ -112,8 +113,5 @@
<Name>WindowHook</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="hentie.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file added docs/main_app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 030bf30

Please sign in to comment.