LisaacTM Platform

EVENT_MOUSE


Mouse event.
Inherit/Insert Summary
parent_event
parent_object No developed.
 
Slot Summary
source
x_current
y_current
right
left
prev
set_prev
make button
copy_from
dx
dy
left_up
left_down
right_up
right_down
is_pressed
is_moving
is_moving_only
destination
If null, Broad cast message.
set_destination
string_msg
 
Window consideration.
window
x_relative
y_relative
is_in
in_up
is_out
out_up
 
Display.
display
 

Inherit/Insert Detail

parent_event

.../extra/gui/event/event_mouse.li line #14

Section:
Inherit

Profile:
+ SelfSELFparent_event :Expanded  EVENT

parent_object

.../extra/gui/event/event.li line #12

Section:
Inherit

Profile:
- SelfSELFparent_object : OBJECT

Detail slot

source

.../extra/gui/event/event_mouse.li line #18

Section:
Public

Profile:
- SelfSELFsource : INBOX

x_current

.../extra/gui/event/event_mouse.li line #20

Section:
Public

Profile:
+ SelfSELFx_current : INTEGER

y_current

.../extra/gui/event/event_mouse.li line #21

Section:
Public

Profile:
+ SelfSELFy_current : INTEGER

right

.../extra/gui/event/event_mouse.li line #23

Section:
Public

Profile:
+ SelfSELFright : BOOLEAN

left

.../extra/gui/event/event_mouse.li line #24

Section:
Public

Profile:
+ SelfSELFleft : BOOLEAN

prev

.../extra/gui/event/event_mouse.li line #26

Section:
Public

Profile:
+ SelfSELFprev : EVENT_MOUSE

set_prev

.../extra/gui/event/event_mouse.li line #28

Section:
Public

Profile:
- SelfSELFset_prev   new_prev : EVENT_MOUSE

make button

.../extra/gui/event/event_mouse.li line #33

Section:
Public

Profile:
- SelfSELFmake  ( xn : INTEGER, yn : INTEGER)  button  ( l : BOOLEAN, r : BOOLEAN)

copy_from

.../extra/gui/event/event_mouse.li line #42

Section:
Public

Profile:
- SelfSELFcopy_from   evt : EVENT_MOUSE

dx

.../extra/gui/event/event_mouse.li line #52

Section:
Public

Profile:
- SelfSELFdx : INTEGER

dy

.../extra/gui/event/event_mouse.li line #54

Section:
Public

Profile:
- SelfSELFdy : INTEGER

left_up

.../extra/gui/event/event_mouse.li line #56

Section:
Public

Profile:
- SelfSELFleft_up : BOOLEAN

left_down

.../extra/gui/event/event_mouse.li line #58

Section:
Public

Profile:
- SelfSELFleft_down : BOOLEAN

right_up

.../extra/gui/event/event_mouse.li line #60

Section:
Public

Profile:
- SelfSELFright_up : BOOLEAN

right_down

.../extra/gui/event/event_mouse.li line #62

Section:
Public

Profile:
- SelfSELFright_down : BOOLEAN

is_pressed

.../extra/gui/event/event_mouse.li line #64

Section:
Public

Profile:
- SelfSELFis_pressed : BOOLEAN

is_moving

.../extra/gui/event/event_mouse.li line #66

Section:
Public

Profile:
- SelfSELFis_moving : BOOLEAN

is_moving_only

.../extra/gui/event/event_mouse.li line #68

Section:
Public

Profile:
- SelfSELFis_moving_only : BOOLEAN

destination

.../extra/gui/event/event.li line #16

Section:
Public

Profile:
+ SelfSELFdestination : INBOX

Description:
If null, Broad cast message.

set_destination

.../extra/gui/event/event.li line #20

Section:
Public

Profile:
- SelfSELFset_destination   evt : INBOX

string_msg

.../extra/gui/event/event.li line #29

Section:
EVENT

Profile:
- SelfSELFstring_msg : STRING

Window consideration.

window

.../extra/gui/event/event_mouse.li line #74

Section:
Public

Profile:
- SelfSELFwindow : AREA

x_relative

.../extra/gui/event/event_mouse.li line #81

Section:
Public

Profile:
- SelfSELFx_relative : INTEGER

y_relative

.../extra/gui/event/event_mouse.li line #86

Section:
Public

Profile:
- SelfSELFy_relative : INTEGER

is_in

.../extra/gui/event/event_mouse.li line #91

Section:
Public

Profile:
- SelfSELFis_in : BOOLEAN

in_up

.../extra/gui/event/event_mouse.li line #98

Section:
Public

Profile:
- SelfSELFin_up : BOOLEAN

is_out

.../extra/gui/event/event_mouse.li line #100

Section:
Public

Profile:
- SelfSELFis_out : BOOLEAN

out_up

.../extra/gui/event/event_mouse.li line #102

Section:
Public

Profile:
- SelfSELFout_up : BOOLEAN

Display.

display

.../extra/gui/event/event_mouse.li line #108

Section:
Public

Profile:
- SelfSELFdisplay