wx.MouseState

Inheritance diagram for wx.MouseState:



Description

wx.MouseState is used to hold information about mouse button and modifier key states and is what is returned from wx.GetMouseState.

Class API

Methods

__init__()

wx.MouseState is used to hold information about mouse button and modifier key states and is what is returned from wx.GetMouseState.


Returns:

wx.MouseState


AltDown()
No docstrings available for this method.

CmdDown()
No docstrings available for this method.

ControlDown()
No docstrings available for this method.

GetX()
No docstrings available for this method.

GetY()
No docstrings available for this method.

LeftDown()
No docstrings available for this method.

MetaDown()
No docstrings available for this method.

MiddleDown()
No docstrings available for this method.

RightDown()
No docstrings available for this method.

SetAltDown(down)

Parameters:

  • down (bool)

SetControlDown(down)

Parameters:

  • down (bool)

SetLeftDown(down)

Parameters:

  • down (bool)

SetMetaDown(down)

Parameters:

  • down (bool)

SetMiddleDown(down)

Parameters:

  • down (bool)

SetRightDown(down)

Parameters:

  • down (bool)

SetShiftDown(down)

Parameters:

  • down (bool)

SetX(x)

Parameters:

  • x (int)

SetY(y)

Parameters:

  • y (int)

ShiftDown()
No docstrings available for this method.

Properties

altDown
See AltDown
cmdDown
See CmdDown
controlDown
See ControlDown
leftDown
See LeftDown
metaDown
See MetaDown
middleDown
See MiddleDown
rightDown
See RightDown
shiftDown
See ShiftDown
x
See GetX and SetX
y
See GetY and SetY