C# Class PixelFarm.Forms.GlFwForm

Inheritance: Form
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
Activate ( ) : void
Close ( ) : void
DrawFrame ( ) : void
MakeCurrent ( ) : void
OnCursorLeave ( ) : void
SetDrawFrameDelegate ( SimpleAction drawFrameDel ) : void
Show ( ) : void

Méthodes protégées

Méthode 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

Private Methods

Méthode Description
CheckNativeHandle ( ) : void
GlFwForm ( GlfwWindowPtr glWindowPtr, int w, int h ) : System
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

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

DrawFrame() public méthode

public DrawFrame ( ) : void
Résultat void

MakeCurrent() public méthode

public MakeCurrent ( ) : void
Résultat void

OnClosing() protected méthode

protected OnClosing ( bool &cancel ) : void
cancel bool
Résultat void

OnCursorEnter() protected méthode

protected OnCursorEnter ( ) : void
Résultat void

OnCursorLeave() public méthode

public OnCursorLeave ( ) : void
Résultat void

OnFocus() protected méthode

protected OnFocus ( ) : void
Résultat void

OnIconify() protected méthode

protected OnIconify ( bool iconify ) : void
iconify bool
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( Key key, int scanCode, KeyModifiers mods ) : void
key Key
scanCode int
mods KeyModifiers
Résultat void

OnKeyPress() protected méthode

protected OnKeyPress ( char c ) : void
c char
Résultat void

OnKeyRepeat() protected méthode

protected OnKeyRepeat ( Key key, int scanCode, KeyModifiers mods ) : void
key Key
scanCode int
mods KeyModifiers
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( Key key, int scanCode, KeyModifiers mods ) : void
key Key
scanCode int
mods KeyModifiers
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( ) : void
Résultat void

SetDrawFrameDelegate() public méthode

public SetDrawFrameDelegate ( SimpleAction drawFrameDel ) : void
drawFrameDel SimpleAction
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void