Answer the question
In order to leave comments, you need to log in
What is the name of pgup in pygame?
import pygame as pg
while True:
keys = pg.key.get_pressed()
if keys[pg.K_UP]:
pass
#тут мне надо написать page up и page down
if keys[pg.K_КАКАЯ-ТО КНОПКА]:
pass
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question