John McCardle
|
7d07718326
|
Inheriting cross-platform keyboard methods (non-abstract)
|
2021-12-21 00:58:59 -05:00 |
Martysh12
|
05c29e7e72
|
Implemented key_up and key_down methods
Implemented key_up and key_down methods in GameIO
|
2021-12-20 16:12:34 +02:00 |
John McCardle
|
113d93773e
|
Removed self from super().__init__(self) in LinuxGameIO
|
2021-12-20 04:39:49 -05:00 |
Martysh12
|
82186e4a3a
|
Removed self from super().__init__(self)
Removed self from super().__init__(self) in WindowsGameIO
|
2021-12-20 04:37:56 -05:00 |
Martysh12
|
207761d498
|
Removed invalid documentation from LinuxGameIO
|
2021-12-20 04:35:10 -05:00 |
Martysh12
|
d55ecef953
|
Fix naming oversight
|
2021-12-19 21:34:29 +02:00 |
Martysh12
|
d04a0b172c
|
Add key_up and key_down methods in GameIO
Add key_up() and key_down() methods in GameIO. key_press() does the aforementioned two functions one after the other.
|
2021-12-19 21:33:57 +02:00 |
Martysh12
|
1a1e8efef8
|
Moved module to a different file
Moved module to a different file and created a main script.
|
2021-12-19 21:16:34 +02:00 |