| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class MouseState |
|
object --+
|
MouseState
wx.MouseState is used to hold information about mouse button and
modifier key states and is what is returned from wx.GetMouseState.
| Method Summary | |
|---|---|
| MouseState |
wx.MouseState is used to hold information about mouse button and
modifier key states and is what is returned from wx.GetMouseState. |
__del__(self)
| |
| bool | AltDown(self)
|
| bool | CmdDown(self)
|
| bool | ControlDown(self)
|
| int | GetX(self)
|
| int | GetY(self)
|
| bool | LeftDown(self)
|
| bool | MetaDown(self)
|
| bool | MiddleDown(self)
|
| bool | RightDown(self)
|
SetAltDown(self,
down)
| |
SetControlDown(self,
down)
| |
SetLeftDown(self,
down)
| |
SetMetaDown(self,
down)
| |
SetMiddleDown(self,
down)
| |
SetRightDown(self,
down)
| |
SetShiftDown(self,
down)
| |
SetX(self,
x)
| |
SetY(self,
y)
| |
| bool | ShiftDown(self)
|
| Property Summary | |
|---|---|
altDown | |
cmdDown | |
controlDown | |
leftDown | |
metaDown | |
middleDown | |
rightDown | |
shiftDown | |
thisown: The membership flag | |
x | |
y | |
| Method Details |
|---|
__init__(self)
|
| Property Details |
|---|
altDown
|
cmdDown
|
controlDown
|
leftDown
|
metaDown
|
middleDown
|
rightDown
|
shiftDown
|
thisownThe membership flag |
x |
y |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:12:20 2007 | http://epydoc.sf.net |