Window

 Window class is a class for managing windows.

メンバ

コンストラクタ
Window
メソッド
add ( Adding managed objects )
bringToFront ( Bring window to front )
close ( close the window )
getMouseVelocity ( Acquisition of mouse coordinate movement speed (1.1.0 or later) )
getTouchPoint ( Get touch coordinates )
getTouchVelocity ( Acquisition of touch coordinate movement speed (1.1.0 or later) )
hideMouseCursor ( Hide mouse cursor temporarily )
postInputEvent ( Generate input events )
registerMessageReceiver ( Registration / deletion of message reception function )
remove ( Deleting managed objects )
removeMaskRegion ( Release window region )
resetMouseVelocity ( Reset of mouse coordinate movement speed measurement (1.1.0 or later) )
setInnerSize ( Setting client size )
setMaskRegion ( Set window region according to mask )
setMaxSize ( Setting the maximum window size )
setMinSize ( Setting the minimum window size )
setPos ( Setting the window position )
setSize ( Setting the window size )
setZoom ( Setting the layer magnification )
showModal ( Display windows modally )
update ( Force window contents to be drawn )
プロパティ
HWND ( Window handle )
borderStyle ( Window appearance )
caption ( Window caption )
displayOrientation ( Display orientation (1.1.0 or later) )
displayRotate ( Display rotation angle (1.1.0 or later) )
drawDevice ( Drawing device )
enableTouch ( Touch event enable / disable )
focusable ( Can get focus )
focusedLayer ( Layer object that has focus )
fullScreen ( Whether full screen )
height ( Window width )
hintDelay ( Hint display wait time )
imeMode ( Default IME mode )
innerHeight ( Height of client area )
innerWidth ( Width of client area )
left ( Window left edge position )
mainWindow ( Main window )
maxHeight ( Maximum height of window )
maxWidth ( Maximum width of window )
minHeight ( The minimum height of the window )
minWidth ( Minimum width of window )
mouseCursorState ( Mouse cursor display state )
primaryLayer ( Primary layer object )
stayOnTop ( Whether to always display at the top )
top ( Window top position )
touchPointCount ( Number of touches )
touchRotateThreshold ( Multi-touch rotation threshold )
touchScaleThreshold ( Multi-touch magnification threshold )
trapKey ( Whether to trap keystrokes )
useMouseKey ( Whether to use mouse keys )
visible ( Whether the window is visible )
waitVSync ( Wait for vertical synchronization )
width ( Window width )
zoomDenom ( Layer magnification (denominator) )
zoomNumer ( Layer magnification (numerator) )
イベント
onActivate ( When the window is activated )
onClick ( Window clicked )
onCloseQuery ( Confirm closing window )
onDeactivate ( When a window becomes inactive )
onDisplayRotate ( When the screen is rotated (1.1.0 or later) )
onDoubleClick ( Window was double-clicked )
onFileDrop ( File dropped )
onHintChanged ( When the state of the hint changes )
onKeyDown ( Key pressed )
onKeyPress ( Character entered )
onKeyUp ( Key released )
onMouseDown ( Mouse button pressed )
onMouseEnter ( Mouse came in )
onMouseLeave ( Mouse came out )
onMouseMove ( Mouse moved )
onMouseUp ( Mouse button released )
onMouseWheel ( Mouse wheel rotated )
onMultiTouch ( Multi-touch status changed )
onPopupHide ( Close popup window )
onResize ( Window size has changed )
onTouchDown ( Screen touched )
onTouchMove ( Finger moved )
onTouchRotate ( Rotated )
onTouchScaling ( Enlarged operation )
onTouchUp ( Finger released from screen )