Player Control (Game Maker)
Player Control in Game Maker.
Keyboard
Checking Keys
- keyboard_check()
- keyboard_check_direct()
- keyboard_check_pressed()
- keyboard_check_released()
- keyboard_clear()
- keyboard_wait()
Keyboard Key-Mapping
Misc
Mouse
- Mouse Aiming
- Shoot a Projectile at a Mouse Click
Mouse Cursor / Pointer Location
- mouse_x [ read only ] - horizontal ( x ) position of the mouse
- mouse_y [ read only ] - vertical ( x ) y position of the mouse
- cursor_sprite
Checking Mouse Buttons
- mouse_check_button()
- mouse_check_button_pressed()
- mouse_check_button_released()
- mouse_last_button
- mouse_button
- mouse_wait()
Misc Player Control Functions
page revision: 16, last edited: 05 Jul 2012 17:57