table of contents
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.6+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0.4+dfsg-1
wxMouseEvent(3erl) | Erlang Module Definition | wxMouseEvent(3erl) |
NAME¶
wxMouseEvent - See external documentation: wxMouseEvent.DESCRIPTION¶
See external documentation: wxMouseEvent.- Use wxEvtHandler:connect/3 with EventType::
- left_down, left_up, middle_down, middle_up, right_down, right_up, motion, enter_window, leave_window, left_dclick, middle_dclick, right_dclick, mousewheel
See also the message variant #wxMouse{} event record type.
This class is derived (and can use functions) from:
wxEvent
DATA TYPES¶
- wxMouseEvent():
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
EXPORTS¶
altDown(This) -> boolean()Types:
See external documentation.
button(This, But) -> boolean()
Types:
But = integer()
See external documentation.
buttonDClick(This) -> boolean()
Types:
Equivalent to buttonDClick(This, []).
buttonDClick(This, Options::[Option]) -> boolean()
Types:
Option = {but, integer()}
See external documentation.
buttonDown(This) -> boolean()
Types:
Equivalent to buttonDown(This, []).
buttonDown(This, Options::[Option]) -> boolean()
Types:
Option = {but, integer()}
See external documentation.
buttonUp(This) -> boolean()
Types:
Equivalent to buttonUp(This, []).
buttonUp(This, Options::[Option]) -> boolean()
Types:
Option = {but, integer()}
See external documentation.
cmdDown(This) -> boolean()
Types:
See external documentation.
controlDown(This) -> boolean()
Types:
See external documentation.
dragging(This) -> boolean()
Types:
See external documentation.
entering(This) -> boolean()
Types:
See external documentation.
getButton(This) -> integer()
Types:
See external documentation.
getPosition(This) -> {X::integer(), Y::integer()}
Types:
See external documentation.
getLogicalPosition(This, Dc) -> {X::integer(),
Y::integer()}
Types:
Dc = wxDC:wxDC()
See external documentation.
getLinesPerAction(This) -> integer()
Types:
See external documentation.
getWheelRotation(This) -> integer()
Types:
See external documentation.
getWheelDelta(This) -> integer()
Types:
See external documentation.
getX(This) -> integer()
Types:
See external documentation.
getY(This) -> integer()
Types:
See external documentation.
isButton(This) -> boolean()
Types:
See external documentation.
isPageScroll(This) -> boolean()
Types:
See external documentation.
leaving(This) -> boolean()
Types:
See external documentation.
leftDClick(This) -> boolean()
Types:
See external documentation.
leftDown(This) -> boolean()
Types:
See external documentation.
leftIsDown(This) -> boolean()
Types:
See external documentation.
leftUp(This) -> boolean()
Types:
See external documentation.
metaDown(This) -> boolean()
Types:
See external documentation.
middleDClick(This) -> boolean()
Types:
See external documentation.
middleDown(This) -> boolean()
Types:
See external documentation.
middleIsDown(This) -> boolean()
Types:
See external documentation.
middleUp(This) -> boolean()
Types:
See external documentation.
moving(This) -> boolean()
Types:
See external documentation.
rightDClick(This) -> boolean()
Types:
See external documentation.
rightDown(This) -> boolean()
Types:
See external documentation.
rightIsDown(This) -> boolean()
Types:
See external documentation.
rightUp(This) -> boolean()
Types:
See external documentation.
shiftDown(This) -> boolean()
Types:
See external documentation.
AUTHORS¶
<>wx 1.8 |