| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
Click events on touchscreen devices are handled by the touchstart and
touchend events. These events will now enable and disable the pointer
device, move the pointer position, and press and release the primary
pointer button.
|
|
|
|
| |
This attribute hides the mouse cursor on the program canvas.
|
| |
|
|
|
|
|
| |
This prevents an error from being raised when a program marks these
devices as being allowed to wake the system from sleep.
|
|
|
|
|
| |
Wide-mode conditional jump instructions were reading t as a byte value
instead of as a double value.
|
|
|
|
|
|
| |
Previously, the stack overflowing would cause the stack pointer to point
outside of the stack, which would cause an error in the stack printing
code.
|
| |
|
|
|