Window (gb.sdl)

This class implement a window

Esta classe é criável.

Propriedades
Caption   A synonymous for the Text property.
Framerate  
FullScreen  
Grabbed  
Handle  
Height   Returns or sets the height of the window.
Id   A synonymous for the Handle property.
Mouse  
Resizable  
Shown   Returns if the Window is shown
Text   Returns or sets the title of the window.
Title   A synonymous for the Text property.
Tracking   Returns or sets if the control will receive MouseMove events without button pressed.
Width   Returns or sets the width of the window.

Métodos
Clear  
Close  
Fill  
Refresh  
Screenshot  
Show  
Update  

Eventos
Activate   Raised when the window is activated.
Close  
Deactivate  
Draw   Raised when the window must be redrawn.
Enter   Raised when the mouse enters the window.
JoyAxisMove   Raised when the stick (or assimilated) of an enabled joystick is moved while the Window has the focus.
JoyBallMove  
JoyButtonPress  
JoyButtonRelease  
JoyHatMove  
KeyPress   Raised when a key is pressed while the control has the focus.
KeyRelease   Raised when a key is released while the window has the focus.
Leave   Raised when the mouse leaves the window.
MouseDown   Raised when a mouse button is pressed while the cursor is inside the window.
MouseMove   Raised when the mouse moves inside the window while a mouse button is pressed.
MouseUp   Raised when a mouse button is depressed while the cursor is inside the window.
Open   Raised when the window is going to be visible for the first time.
Resize