Login to PixelPAD
Save your project by logging in or signing up.
USERNAME OR EMAIL ADDRESS
PASSWORD
Forgot my Password?
Don't have an account?
Sign Up For PixelPAD
Save your project by logging in or signing up.
EMAIL ADDRESS
PASSWORD
CONFIRM PASSWORD
I already have an account
Sign up as a Teacher
Create classrooms, and monitor your students.
SCHOOL NAME
EMAIL ADDRESS
PASSWORD
CONFIRM PASSWORD
I already have an account
  • Introduction
  • Game
  • Start-loop
  • Objects
  • Sprites
  • Animation
  • Sounds
  • Rooms
  • Input
  • Collision
  • Functions
  • Camera
  • Fps
  • Text
  • Filters
  • Multiplayer
  • Legacy

PixelPAD 2D - input

key_is_pressed(key: str) -> bool

Example
Description
Determines whether a keyboard key is currently pressed down. Will check every loop.
Parameters
key
The name of a keyboard key to check, as a string. Possible values are A through Z, 0 through 9, arrowLeft/arrowRight/arrowUp/arrowDown, ' ' (space), enter, backspace, escape, shift, and control.

Return
True if the key is currently pressed down, False otherwise.

key_was_pressed(key: str) -> bool

Example
Description
Determines whether a keyboard key was pressed down. Only checks once.
Parameters
key
The name of a keyboard key to check, as a string. Possible values are A through Z, 0 through 9, arrowLeft/arrowRight/arrowUp/arrowDown, ' ' (space), enter, backspace, escape, shift, and control.

Return
True if the key was pressed down, only checks once. False otherwise.

mouse_is_pressed(button: str) -> bool

Example
Description
Determines whether a mouse button is currently pressed down.
Parameters
button
The name of a mouse button to check, as a string. Possible values are left, right, and middle.

Return
True if the button is currently pressed down, False otherwise.

mouse_was_pressed(button: str) -> bool

Example
Description
Determines whether a mouse button was pressed down on the current frame.
Parameters
button
The name of a mouse button to check, as a string. Possible values are left, right, and middle.

Return
True if the button is currently pressed down, False otherwise.

mouse_x() -> int

Example
Description
Returns the current X coordinate of the mouse pointer.
Parameters
None
No Parameters.

Return
The current X coordinate of the mouse pointer. 0 is the middle of the screen, positive numbers are to the right, and negative numbers are to the left.

mouse_y() -> int

Example
Description
Returns the current Y coordinate of the mouse pointer.
Parameters
None
No Parameters.

Return
The current Y coordinate of the mouse pointer. 0 is the middle of the screen, positive numbers are to the right, and negative numbers are to the left.

Input

Input is anything we give to the computer for it to process, such as our keyboard and mouse.
PixelPAD
About Us
Arm Build 2.8.4
Resources
Documentation
Discord
EULA
Privacy Policy
Contact Us
hello@pixelpad.io
© 2023 All Rights Reserved. PixelPAD.io
Region: us-west-1