AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkRawMouse Properties

The properties of the TAgkRawMouse class are listed here.

 
Name 
Description 
 
Whether the current device has a mouse. 
 
Returns True if the left mouse button is currently down, False if not. 
 
Returns True if the left mouse button has been pressed, then returns False whilst the button is held down. 
 
Returns True if the left mouse button has been released, then returns False whilst the button is up. 
 
Pos 
Returns the current mouse position in screen coordinates. 
 
Returns True if the right mouse button is currently down, False if not. 
 
Returns True if the right mouse button has been pressed, then returns False whilst the button is held down. 
 
Returns True if the right mouse button has been released, then returns False whilst the button is up. 
 
Attempts to hide or show any mouse pointer used on this platform. 
 
X 
Returns the X component of the current mouse position in screen coordinates. 
 
Y 
Returns the Y component of the current mouse position in screen coordinates. 
Copyright (c) 2012. All rights reserved.