- waitForEvent() - Method in class se.lth.cs.window.SimpleWindow
-
Waits for event (mouse click or key press).
- waitForMouseClick() - Method in class se.lth.cs.window.SimpleWindow
-
Waits for a mouse click.
- wallAtLeft(int, int, int) - Method in class se.lth.cs.ptdc.maze.Maze
-
Check if you, when you're in x,y and heading in a given direction, have a
wall directly to the left.
- wallInFront(int, int, int) - Method in class se.lth.cs.ptdc.maze.Maze
-
Check if you, when you're in x,y and heading in a given direction, have a
wall directly in front.
- writeText(String) - Method in class se.lth.cs.window.SimpleWindow
-
Writes a string at the current position.