| 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: AltDown(self) -> bool | |
cmdDown: CmdDown(self) -> bool | |
controlDown: ControlDown(self) -> bool | |
leftDown: LeftDown(self) -> bool | |
metaDown: MetaDown(self) -> bool | |
middleDown: MiddleDown(self) -> bool | |
rightDown: RightDown(self) -> bool | |
shiftDown: ShiftDown(self) -> bool | |
thisown: The membership flag | |
x: GetX(self) -> int | |
y: GetY(self) -> int | |
| Method Details |
|---|
__init__(self)
|
| Property Details |
|---|
altDownAltDown(self) -> bool
|
cmdDownCmdDown(self) -> bool
|
controlDownControlDown(self) -> bool
|
leftDownLeftDown(self) -> bool
|
metaDownMetaDown(self) -> bool
|
middleDownMiddleDown(self) -> bool
|
rightDownRightDown(self) -> bool
|
shiftDownShiftDown(self) -> bool
|
thisownThe membership flag |
xGetX(self) -> int |
yGetY(self) -> int |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Wed Nov 28 16:13:15 2007 | http://epydoc.sf.net |