Home
- RAD C++ GUI 2.0 Documentation
Published on March 17, 2008 [12:28:42 AM]
class
Mouse
Mouse is actually global variable of class _RAD_MOUSE and not a class itself. It allows developer to get access to global mouse pointer, its coordinates, and visibility.
Functions
LONG getXPosition()
LONG getYPosition()
void hide()
void setPosition(LONG newXPos, LONG newYPos)
void setVisibility (bool Visibility)
void setXPosition(LONG newXPos)
void setYPosition(LONG newYPos)
void show()
Generic Properties
visible
x
y
Visit
www.radcpp.com
for more help and updates.
Documentation created using
FlaX.Doc