Namespace: MagicBoard

MagicBoard

Methods

(static) eventContinue(e)

This function is used to trap any mouse down continuation event
Parameters:
Name Type Description
e Event
Source:

(static) eventStart(e)

This function is used to trap any mouse start event
Parameters:
Name Type Description
e Event
Source:

(static) eventStop(e)

This function is used to trap any mouse movement stop event
Parameters:
Name Type Description
e Event
Source:

(static) getPos(e) → {Point}

This function is used to trap any mouse position
Parameters:
Name Type Description
e Event
Source:
Returns:
pos
Type
Point

(static) keyUp(e)

This function is used to trap a few keys such as "delete", control+z etc.
Parameters:
Name Type Description
e Event
Source: