Work Life (Visual Novel / Game)
Loading...
Searching...
No Matches
vnlib::MenuOptions Struct Reference

struct pass to vnlib::menu More...

#include <vnlib.h>

Public Member Functions

MenuOptionswith_choice_x (bn::fixed x)
 set the choice_x
 
MenuOptionswith_choice_y (bn::fixed y)
 set the choice_y
 
MenuOptionswith_cursor_x (bn::fixed x)
 set the cursor_x
 
MenuOptionswith_cursor_y (bn::fixed y)
 set the cursor_y
 
MenuOptionswith_cols (int c)
 set the cols
 
MenuOptionswith_use_bg (bool u)
 set the use_bg
 

Public Attributes

bn::fixed choice_x
 text, top-left x
 
bn::fixed choice_y
 text, top-left y
 
bool use_variable_width
 variable/fixed font
 
bn::fixed cursor_x
 cursor, top-left x
 
bn::fixed cursor_y
 cursor, top-left y
 
bool use_bg
 use the default menu background
 
bn::fixed bg_x
 top-left bg x
 
bn::fixed bg_y
 top-left bg y
 
bn::fixed bg_width
 background width
 
int default_selection
 default selection to hover/render
 
bool store_selection_as_default
 store the eventual selection into passed struct's default_selection
 
int cols
 columns to use in an ani grid
 
bn::fixed ani_x_inc
 x inc between both animations, text, cursor
 
bn::fixed ani_y_inc
 y inc between both animations, text, cursor
 

Detailed Description

struct pass to vnlib::menu


The documentation for this struct was generated from the following file: