Fix CRASH in Help screen, when pressing PageDown in pages of less than 16 lines. Bug is present in 98.0% release:(
Internal support for action shortcuts on joystick buttons, mousewheel, mouse3. Mousewheel now scrolls lists in Save/Load, Text, Help. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@589 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
4
files.h
4
files.h
@@ -39,8 +39,8 @@ void Determiner_element_de_la_liste(short Decalage_premier,short Decalage_select
|
||||
|
||||
void Select_Scroll_Down(short * Decalage_premier,short * Decalage_select);
|
||||
void Select_Scroll_Up (short * Decalage_premier,short * Decalage_select);
|
||||
void Select_Page_Down (short * Decalage_premier,short * Decalage_select);
|
||||
void Select_Page_Up (short * Decalage_premier,short * Decalage_select);
|
||||
void Select_Page_Down (short * Decalage_premier,short * Decalage_select, short Lignes);
|
||||
void Select_Page_Up (short * Decalage_premier,short * Decalage_select, short Lignes);
|
||||
void Select_End (short * Decalage_premier,short * Decalage_select);
|
||||
void Select_Home (short * Decalage_premier,short * Decalage_select);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user