]> O.S.I.I.S - jp/crow.git/commit
base changed done, need mouse state to be updated
authorjpbruyere <jp.bruyere@hotmail.com>
Sat, 13 Feb 2016 17:10:23 +0000 (18:10 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Tue, 1 Mar 2016 04:01:44 +0000 (05:01 +0100)
commitfa6dd3d807f7c7c9292b5f4d5cc10406d10e173d
tree27146a232022554983c8fa92f7be757554774e78
parentc7a9d36bd679f827b649e2b792465b127fd577d1
base changed done, need mouse state to be updated
42 files changed:
Crow.csproj
Tests/GOLIBTest_0.cs
Tests/GOLIBTest_4.cs
Tests/GOLIBTest_5.cs
Tests/GOLIBTest_DirViewer.cs
Tests/GOLIBTest_Listbox.cs
Tests/GOLIBTest_TypeViewer.cs
Tests/GOLIBTests.cs
Tests/Tests.csproj
src/BubblingMouseButtonEventArgs.cs
src/GraphicObjects/Button.cs
src/GraphicObjects/CheckBox.cs
src/GraphicObjects/Container.cs
src/GraphicObjects/Expandable.cs
src/GraphicObjects/FileDialog.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Image.cs
src/GraphicObjects/Label.cs
src/GraphicObjects/ListBox.cs
src/GraphicObjects/PrivateContainer.cs
src/GraphicObjects/RadioButton.cs
src/GraphicObjects/Scroller.cs
src/GraphicObjects/Slider.cs
src/GraphicObjects/Spinner.cs
src/GraphicObjects/Splitter.cs
src/GraphicObjects/TabItem.cs
src/GraphicObjects/TabView.cs
src/GraphicObjects/TemplatedControl.cs
src/GraphicObjects/TextBox.cs
src/GraphicObjects/TextRun.cs
src/GraphicObjects/Window.cs
src/Input/ButtonState.cs [new file with mode: 0644]
src/Input/Buttons.cs [new file with mode: 0644]
src/Input/Key.cs [new file with mode: 0644]
src/Input/KeyModifiers.cs [new file with mode: 0644]
src/Input/KeyboardKeyEventArgs.cs [new file with mode: 0644]
src/Input/KeyboardState.cs [new file with mode: 0644]
src/Input/MouseButton.cs [new file with mode: 0644]
src/Input/MouseEventArgs.cs [new file with mode: 0644]
src/Input/MouseScroll.cs [new file with mode: 0644]
src/Input/MouseState.cs [new file with mode: 0644]
src/OpenTKGameWindow.cs