Skip to main content
deleted 8 characters in body
Source Link
Wenfang Du
  • 619
  • 8
  • 19

Quote from the documentation:

A_ScreenWidth, A_ScreenHeight: The width and height of the primary monitor, in pixels (e.g. 1024 and 768).

I expected the following code to move the cursor tip at the right bottom of the screen, for example, if the screen's resolution is 1920 x 1080, then the cursor tip should be moved to (1920, 1080), but in reality, the cursor tip was moved to (1919, 1079), does anyone know why?

CoordMode Mouse, Screen

MouseMove A_ScreenWidth, A_ScreenHeight

Quote from the documentation:

A_ScreenWidth, A_ScreenHeight: The width and height of the primary monitor, in pixels (e.g. 1024 and 768).

I expected the following code to move the cursor tip at the right bottom of the screen, for example, if the screen's resolution is 1920 x 1080, then the cursor tip should be moved to (1920, 1080), but in reality, the cursor tip was moved to (1919, 1079), does anyone know why?

CoordMode Mouse, Screen

MouseMove A_ScreenWidth, A_ScreenHeight

Quote from the documentation:

A_ScreenWidth, A_ScreenHeight: The width and height of the primary monitor, in pixels (e.g. 1024 and 768).

I expected the following code to move the cursor tip at the right bottom of the screen, for example, if the screen's resolution is 1920 x 1080, then the cursor tip should be moved to (1920, 1080), but in reality, the cursor tip was moved to (1919, 1079), does anyone know why?

CoordMode Mouse

MouseMove A_ScreenWidth, A_ScreenHeight
added 4 characters in body
Source Link
Wenfang Du
  • 619
  • 8
  • 19

Quote from the documentation:

A_ScreenWidth, A_ScreenHeight: The width and height of the primary monitor, in pixels (e.g. 1024 and 768).

I expected the following code to move the cursor tip at the right bottom of the screen, for example, if the screen's resolution is 1920 x 1080, then the cursor tip should be moved to (1920, 1080)(1920, 1080), but in reality, the cursor tip was moved to (1919, 1079)(1919, 1079), does anyone know why?

CoordMode Mouse, Screen

MouseMove A_ScreenWidth, A_ScreenHeight

Quote from the documentation:

A_ScreenWidth, A_ScreenHeight: The width and height of the primary monitor, in pixels (e.g. 1024 and 768).

I expected the following code to move the cursor tip at the right bottom of the screen, for example, if the screen's resolution is 1920 x 1080, then the cursor tip should be moved to (1920, 1080), but in reality, the cursor tip was moved to (1919, 1079), does anyone know why?

CoordMode Mouse, Screen

MouseMove A_ScreenWidth, A_ScreenHeight

Quote from the documentation:

A_ScreenWidth, A_ScreenHeight: The width and height of the primary monitor, in pixels (e.g. 1024 and 768).

I expected the following code to move the cursor tip at the right bottom of the screen, for example, if the screen's resolution is 1920 x 1080, then the cursor tip should be moved to (1920, 1080), but in reality, the cursor tip was moved to (1919, 1079), does anyone know why?

CoordMode Mouse, Screen

MouseMove A_ScreenWidth, A_ScreenHeight
Post Undeleted by Wenfang Du
Post Deleted by Wenfang Du
Post Undeleted by Wenfang Du
Post Deleted by Wenfang Du
Source Link
Wenfang Du
  • 619
  • 8
  • 19

`MouseMove A_ScreenWidth, A_ScreenHeight` loses precision

Quote from the documentation:

A_ScreenWidth, A_ScreenHeight: The width and height of the primary monitor, in pixels (e.g. 1024 and 768).

I expected the following code to move the cursor tip at the right bottom of the screen, for example, if the screen's resolution is 1920 x 1080, then the cursor tip should be moved to (1920, 1080), but in reality, the cursor tip was moved to (1919, 1079), does anyone know why?

CoordMode Mouse, Screen

MouseMove A_ScreenWidth, A_ScreenHeight