gKit2 light
Public Attributes | List of all members

#include <widgets.h>

Public Attributes

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

Detailed Description

representation d'une interface graphique minimaliste.

Todo:
interface c++

Definition at line 66 of file widgets.h.

Member Data Documentation

◆ console

Text Widgets::console

affichage des elements de l'interface.

Definition at line 70 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.

◆ 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.

◆ my

int Widgets::my

position du click

Definition at line 77 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: