Method | Description | |
---|---|---|
OnEditorEvent ( uint eventType, |
||
OnInputAcquire ( ) : void | ||
OnInputRelease ( ) : void | ||
OnKeyEvent ( |
||
OnMouseEvent ( |
||
Update ( float dt ) : void |
Method | Description | |
---|---|---|
AcquireInput ( ) : void | ||
ReleaseInput ( ) : void |
public OnEditorEvent ( uint eventType, |
||
eventType | uint | |
eventPtr | ||
return | void |
public OnKeyEvent ( |
||
keyEvent | ||
keyEventArgs | ||
return | bool |
public OnMouseEvent ( |
||
mouseEvent | ||
mouseEventArgs | ||
return | bool |