improved docs
This commit is contained in:
parent
c8f1c90f9c
commit
dfe9b1abe9
16 changed files with 315 additions and 40 deletions
|
|
@ -28,7 +28,11 @@ import Crafter.Event;
|
|||
import :Types;
|
||||
|
||||
namespace Crafter {
|
||||
export class UiElement {
|
||||
/**
|
||||
* @brief General use UiElement for handeling input events.
|
||||
* Add to a window's elements member to start recieving events.
|
||||
*/
|
||||
export class UiElement {
|
||||
public:
|
||||
Event<MouseMoveEvent> onMouseMove;
|
||||
Event<MouseMoveEvent> onMouseEnter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue