Lib
QOLを高める
Public Attributes | List of all members
yappy::framework::AppParam Struct Reference

Application parameters. More...

#include <framework.h>

Public Attributes

HINSTANCE hInstance = nullptr
 hInstance from WinMain. More...
 
int nCmdShow = SW_SHOW
 nCmdShow from WinMain. More...
 
const wchar_t * wndClsName = L"GameWndCls"
 Window class name. More...
 
const wchar_t * title = L"GameApp"
 Window title string. More...
 
HICON hIcon = nullptr
 hIcon for window class. More...
 
HICON hIconSm = nullptr
 hIconSm for window class. More...
 
uint32_t frameSkip = 0
 Frame skip count. More...
 
bool showCursor = false
 Whether shows cursor or not. More...
 

Detailed Description

Application parameters.

Each field has default value.

Definition at line 278 of file framework.h.

Member Data Documentation

uint32_t yappy::framework::AppParam::frameSkip = 0

Frame skip count.

Definition at line 292 of file framework.h.

HICON yappy::framework::AppParam::hIcon = nullptr

hIcon for window class.

Definition at line 288 of file framework.h.

HICON yappy::framework::AppParam::hIconSm = nullptr

hIconSm for window class.

Definition at line 290 of file framework.h.

HINSTANCE yappy::framework::AppParam::hInstance = nullptr

hInstance from WinMain.

Definition at line 280 of file framework.h.

int yappy::framework::AppParam::nCmdShow = SW_SHOW

nCmdShow from WinMain.

Definition at line 282 of file framework.h.

bool yappy::framework::AppParam::showCursor = false

Whether shows cursor or not.

Definition at line 294 of file framework.h.

const wchar_t* yappy::framework::AppParam::title = L"GameApp"

Window title string.

Definition at line 286 of file framework.h.

const wchar_t* yappy::framework::AppParam::wndClsName = L"GameWndCls"

Window class name.

Definition at line 284 of file framework.h.


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