Method | Description | |
---|---|---|
Activate ( ) : void | ||
Close ( ) : void | ||
DrawFrame ( ) : void | ||
MakeCurrent ( ) : void | ||
OnCursorLeave ( ) : void | ||
SetDrawFrameDelegate ( SimpleAction drawFrameDel ) : void | ||
Show ( ) : void |
Method | Description | |
---|---|---|
OnClosing ( bool &cancel ) : void | ||
OnCursorEnter ( ) : void | ||
OnFocus ( ) : void | ||
OnIconify ( bool iconify ) : void | ||
OnKeyDown ( Key key, int scanCode, KeyModifiers mods ) : void | ||
OnKeyPress ( char c ) : void | ||
OnKeyRepeat ( Key key, int scanCode, KeyModifiers mods ) : void | ||
OnKeyUp ( Key key, int scanCode, KeyModifiers mods ) : void | ||
OnLostFocus ( ) : void |
Method | Description | |
---|---|---|
CheckNativeHandle ( ) : void | ||
GlFwForm ( |
||
InvokeCursorPos ( double x, double y ) : void | ||
InvokeKey ( Key key, int scanCode, KeyAction keyAction, KeyModifiers mods ) : void | ||
InvokeKeyPress ( char c ) : void | ||
InvokeMouseButton ( MouseButton btn, KeyAction action ) : void | ||
InvokeOnClosing ( bool &cancel ) : void | ||
InvokeOnMove ( int x, int y ) : void | ||
InvokeOnRefresh ( ) : void | ||
InvokeOnScroll ( double xoffset, double yoffset ) : void | ||
InvokeOnSizeChanged ( int w, int h ) : void | ||
SetCursorEnterState ( bool enter ) : void | ||
SetFocusState ( bool focus ) : void | ||
SetIconifyState ( bool iconify ) : void |
protected OnKeyDown ( Key key, int scanCode, KeyModifiers mods ) : void | ||
key | Key | |
scanCode | int | |
mods | KeyModifiers | |
return | void |
protected OnKeyRepeat ( Key key, int scanCode, KeyModifiers mods ) : void | ||
key | Key | |
scanCode | int | |
mods | KeyModifiers | |
return | void |
protected OnKeyUp ( Key key, int scanCode, KeyModifiers mods ) : void | ||
key | Key | |
scanCode | int | |
mods | KeyModifiers | |
return | void |
public SetDrawFrameDelegate ( SimpleAction drawFrameDel ) : void | ||
drawFrameDel | SimpleAction | |
return | void |