Commit Graph
5 Commits
Author SHA1 Message Date
Dylan Wilson 9367871aea implemented mouse and keyboard extended 2018-04-16 23:41:43 +10:00
Mason11987andDylan Wilson d94e788027 Implemented GuiResizableControl (#461)
* Implemented GuiResizableControl, and made GuiWindowControl inherit from it.

GuiResizableControl is a control that can be resized.

GuiResizableControl calls SetCursorForResize(_resizingSides), which can be overriden to provide platform specific mouse cursor implementation depending on where on the edge of the control your mouse is.

* Including class reference in project
2018-02-07 22:01:52 +10:00
Dylan Wilson 825a68eaca moved the input listeners to thier own nuget package 2017-03-13 20:48:40 +10:00
Lucas Girouard-StranksandDylan Wilson a1f8566a46 Geometric Primitives Cleanup (#346)
* CircleF and RectangleF

* Fix build errors
2017-03-12 20:32:07 +10:00
Dylan Wilson 06ac67ee92 split nuclex gui out of the core library and added some new nuspec files 2017-03-06 21:11:12 +10:00