gKit2 light
Loading...
Searching...
No Matches

#include <widgets.h>

Public Attributes

Text console
 affichage des elements de l'interface.
int px
int py
 placement du prochain widget
int focus
 focus
int fx
int fy
 position du focus
int mb
 click
int mx
int my
 position du click
int wx
int wy
 scroll
int key
 touche
unsigned int mod
 touches supplementaires, alt, ctrl, etc.

Detailed Description

representation d'une interface graphique minimaliste.

Todo
interface c++

Definition at line 66 of file widgets.h.

Constructor & Destructor Documentation

◆ Widgets()

Widgets::Widgets ( )
inline

Definition at line 68 of file widgets.h.

68: console(), px(0), py(0), focus(0), fx(0), fy(0), mb(0), mx(0), my(0), wx(0), wy(0), key(0), mod(0) {}
int wy
scroll
Definition widgets.h:78
unsigned int mod
touches supplementaires, alt, ctrl, etc.
Definition widgets.h:81
int fy
position du focus
Definition widgets.h:74
Text console
affichage des elements de l'interface.
Definition widgets.h:70
int mb
click
Definition widgets.h:76
int my
position du click
Definition widgets.h:77
int focus
focus
Definition widgets.h:73
int py
placement du prochain widget
Definition widgets.h:71
int key
touche
Definition widgets.h:80

Member Data Documentation

◆ console

Text Widgets::console

affichage des elements de l'interface.

Definition at line 70 of file widgets.h.

◆ px

int Widgets::px

Definition at line 71 of file widgets.h.

◆ py

int Widgets::py

placement du prochain widget

Definition at line 71 of file widgets.h.

◆ focus

int Widgets::focus

focus

Definition at line 73 of file widgets.h.

◆ fx

int Widgets::fx

Definition at line 74 of file widgets.h.

◆ fy

int Widgets::fy

position du focus

Definition at line 74 of file widgets.h.

◆ mb

int Widgets::mb

click

Definition at line 76 of file widgets.h.

◆ mx

int Widgets::mx

Definition at line 77 of file widgets.h.

◆ my

int Widgets::my

position du click

Definition at line 77 of file widgets.h.

◆ wx

int Widgets::wx

Definition at line 78 of file widgets.h.

◆ wy

int Widgets::wy

scroll

Definition at line 78 of file widgets.h.

◆ key

int Widgets::key

touche

Definition at line 80 of file widgets.h.

◆ mod

unsigned int Widgets::mod

touches supplementaires, alt, ctrl, etc.

Definition at line 81 of file widgets.h.


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