Window (gb.sdl)
This class implement a window
Properties
Methods
Events
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
|
|