M
M
Maxim Siomin2020-06-22 18:33:19
Python
Maxim Siomin, 2020-06-22 18:33:19

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

1 answer(s)
V
Vladislav Lyskov, 2020-06-22
@MaxSiominDev

K_PAGEUP

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question