-
class
This argument is given exactly once every time a key is pressed down.
class
This argument is given continuously while a key is being held down.
class
This argument is given exactly once every time a key is released.
class
This argument is given once every time a mouse button is pressed down and quickly released again.
class
This argument is given exactly once every time a mouse button is pressed down.
class
This argument is given every time the mouse enters the canvas.
class
This argument is given every time the mouse leaves the canvas.
class
This argument is given continuously while the mouse is being moved.
class
This argument is given exactly once every time a mouse button is released.
class
This argument is given each time the mouse wheel is turned.
class
This argument is given exactly once after the user closes the window or
CodeDraw.close() is called.
class
This argument is given every time the CodeDraw window is moved.
Waits until the next event is available or returns immediately if there is an event in the EventScanner already.
Methods in codedraw that return types with arguments of type Event
Creates an iterator containing all the currently available events.