MouseDeltaY()

语法

Result = MouseDeltaY()
概要
Returns the mouse 'y' movement (in pixels) since the last call of this function.

参数

无.

返回值

The mouse 'y' movement (in pixels) since the last call of this function. It can be either a negative or positive value, depending on whether or not the mouse has been moved to up or down since the last call. ExamineMouse() should be called before this function to update the actual mouse position.

参阅

ExamineMouse(), MouseDeltaX()

已支持操作系统

所有

<- MouseDeltaX() - Mouse Index - MouseLocate() ->