Window_Scrollable.d overview
Table of contents
- utils
- Window_Scrollable (class)
- clearScrollStatus (method)
- scrollX (method)
- scrollY (method)
- scrollBaseX (method)
- scrollBaseY (method)
- scrollTo (method)
- scrollBy (method)
- smoothScrollTo (method)
- smoothScrollBy (method)
- setScrollAccel (method)
- overallWidth (method)
- overallHeight (method)
- maxScrollX (method)
- maxScrollY (method)
- scrollBlockWidth (method)
- scrollBlockHeight (method)
- smoothScrollDown (method)
- smoothScrollUp (method)
- update (method)
- processWheelScroll (method)
- processTouchScroll (method)
- isWheelScrollEnabled (method)
- isTouchScrollEnabled (method)
- isScrollEnabled (method)
- isTouchedInsideFrame (method)
- onTouchScrollStart (method)
- onTouchScroll (method)
- onTouchScrollEnd (method)
- updateSmoothScroll (method)
- updateScrollAccel (method)
- updateArrows (method)
- updateOrigin (method)
- updateScrollBase (method)
- paint (method)
- _scrollX (property)
- _scrollY (property)
- _scrollBaseX (property)
- _scrollBaseY (property)
- _scrollTargetX (property)
- _scrollTargetY (property)
- _scrollDuration (property)
- _scrollAccelX (property)
- _scrollAccelY (property)
- _scrollTouching (property)
- _scrollLastTouchX (property)
- _scrollLastTouchY (property)
- _scrollLastCursorVisible (property)
- Window_Scrollable (class)
utils
Window_Scrollable (class)
Window_Scrollable
The window class with scroll functions.
Signature
export declare class Window_Scrollable {
constructor(rect: Rectangle)
}
clearScrollStatus (method)
Signature
clearScrollStatus(): void
scrollX (method)
Signature
scrollX(): number
scrollY (method)
Signature
scrollY(): number
scrollBaseX (method)
Signature
scrollBaseX(): number
scrollBaseY (method)
Signature
scrollBaseY(): number
scrollTo (method)
Signature
scrollTo(x: number, y: number): void
scrollBy (method)
Signature
scrollBy(x: number, y: number): void
smoothScrollTo (method)
Signature
smoothScrollTo(x: number, y: number): void
smoothScrollBy (method)
Signature
smoothScrollBy(x: number, y: number): void
setScrollAccel (method)
Signature
setScrollAccel(x: number, y: number): void
overallWidth (method)
Signature
overallWidth(): number
overallHeight (method)
Signature
overallHeight(): number
maxScrollX (method)
Signature
maxScrollX(): number
maxScrollY (method)
Signature
maxScrollY(): number
scrollBlockWidth (method)
Signature
scrollBlockWidth(): number
scrollBlockHeight (method)
Signature
scrollBlockHeight(): number
smoothScrollDown (method)
Signature
smoothScrollDown(n: number): void
smoothScrollUp (method)
Signature
smoothScrollUp(n: number): void
update (method)
Signature
update(): void
processWheelScroll (method)
Signature
processWheelScroll(): void
processTouchScroll (method)
Signature
processTouchScroll(): void
isWheelScrollEnabled (method)
Signature
isWheelScrollEnabled(): boolean
isTouchScrollEnabled (method)
Signature
isTouchScrollEnabled(): boolean
isScrollEnabled (method)
Signature
isScrollEnabled(): boolean
isTouchedInsideFrame (method)
Signature
isTouchedInsideFrame(): boolean
onTouchScrollStart (method)
Signature
onTouchScrollStart(): void
onTouchScroll (method)
Signature
onTouchScroll(): void
onTouchScrollEnd (method)
Signature
onTouchScrollEnd(): void
updateSmoothScroll (method)
Signature
updateSmoothScroll(): void
updateScrollAccel (method)
Signature
updateScrollAccel(): void
updateArrows (method)
Signature
updateArrows(): void
updateOrigin (method)
Signature
updateOrigin(): void
updateScrollBase (method)
Signature
updateScrollBase(baseX: number, baseY: number): void
paint (method)
Signature
paint(): void
_scrollX (property)
Signature
_scrollX: number
_scrollY (property)
Signature
_scrollY: number
_scrollBaseX (property)
Signature
_scrollBaseX: number
_scrollBaseY (property)
Signature
_scrollBaseY: number
_scrollTargetX (property)
Signature
_scrollTargetX: number
_scrollTargetY (property)
Signature
_scrollTargetY: number
_scrollDuration (property)
Signature
_scrollDuration: number
_scrollAccelX (property)
Signature
_scrollAccelX: number
_scrollAccelY (property)
Signature
_scrollAccelY: number
_scrollTouching (property)
Signature
_scrollTouching: boolean
_scrollLastTouchX (property)
Signature
_scrollLastTouchX: number
_scrollLastTouchY (property)
Signature
_scrollLastTouchY: number
_scrollLastCursorVisible (property)
Signature
_scrollLastCursorVisible: boolean