Crate minifb [] [src]

Structs

Window
WindowOptions

WindowOptions is creation settings for the window. By default the settings are defined for displayng a 32-bit buffer (no scaling of window is possible)

Enums

Key

Key is used by the get key functions to check if some keys on the keyboard has been pressed

KeyRepeat

Used for is_key_pressed and get_keys_pressed() to indicated if repeat of presses is wanted

MouseButton

The various mouse buttons that are availible

MouseMode

Key is used by the get key functions to check if some keys on the keyboard has been pressed

Scale

Scale will scale the frame buffer and the window that is being sent in when calling the update function. This is useful if you for example want to display a 320 x 256 window on a screen with much higher resolution which would result in that the window is very small.