mirror of
https://github.com/JanNeuendorf/SVC16.git
synced 2025-06-07 12:05:45 +00:00
Changed gif position
This commit is contained in:
parent
19e7b91864
commit
d6dea3f17a
@ -68,6 +68,10 @@ The screen has a resolution of $256*256=2^{16}$ pixels. The color of each pixel
|
|||||||
|
|
||||||
### Input
|
### Input
|
||||||
|
|
||||||
|
<div align="left">
|
||||||
|
<img src="examples/input_tester.gif" alt="Input demo" width="200"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
The only supported inputs are the mouse position and a list of eight keys.
|
The only supported inputs are the mouse position and a list of eight keys.
|
||||||
These keys are supposed to represent the face buttons of an NES controller.
|
These keys are supposed to represent the face buttons of an NES controller.
|
||||||
The codes for the **A** and **B** keys also represent the left and right mouse buttons.
|
The codes for the **A** and **B** keys also represent the left and right mouse buttons.
|
||||||
@ -88,9 +92,7 @@ The *key code* uses bitflags. We count from the least significant bit.
|
|||||||
|6|**Select** | **N**|
|
|6|**Select** | **N**|
|
||||||
|7|**Start** | **M**|
|
|7|**Start** | **M**|
|
||||||
|
|
||||||
<div align="left">
|
|
||||||
<img src="examples/input_tester.gif" alt="Input demo" width="200"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
### Synchronization
|
### Synchronization
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user