dx.Window
dx.Window
Fields
| Name | Type | |
|---|---|---|
win | Abstract | |
savedSize | Virtual[height, width, x, y] | |
title | String | |
displayMode | I32 | |
vsync | Bool | |
| static | windows | hl.types.ArrayObj |
Protos
f@2622set_title(dx.Window, String) → Stringf@2623set_displayMode(dx.Window, I32) → I32f@2624resize(dx.Window, I32, I32) → Voidf@2625setPosition(dx.Window, I32, I32) → Voidf@2626get_width(dx.Window) → I32f@2627get_height(dx.Window) → I32f@2628get_x(dx.Window) → I32f@2629get_y(dx.Window) → I32f@2630getNextEvent(dx.Window, dx.Event) → Boolf@2631clipCursor(dx.Window, Bool) → Void
Bindings
- static
f@2632__constructor__(dx.Window, String, I32, I32, Ref, Ref, Ref) → Void