forked from KolibriOS/kolibrios
table: try to fix mouse
git-svn-id: svn://kolibrios.org@2750 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
8fafe341ec
commit
7b4fd78413
@ -1423,7 +1423,7 @@ void kos_Main()
|
||||
|
||||
for (;;)
|
||||
{
|
||||
switch (kos_WaitForEvent(10))
|
||||
switch (kos_WaitForEventTimeout(10))
|
||||
{
|
||||
case 0:
|
||||
process_mouse();
|
||||
|
@ -695,7 +695,7 @@ bool kos_GetButtonID( Dword &buttonID )
|
||||
|
||||
|
||||
// ôóíêöèÿ 23
|
||||
Dword kos_WaitForEvent( Dword timeOut )
|
||||
Dword kos_WaitForEventTimeout( Dword timeOut )
|
||||
{
|
||||
// Dword result;
|
||||
|
||||
|
@ -178,7 +178,7 @@ void __declspec(noinline) kos_DrawBar( Word x, Word y, Word sizeX, Word sizeY, D
|
||||
// ôóíêöèÿ 17
|
||||
bool kos_GetButtonID( Dword &buttonID );
|
||||
// ôóíêöèÿ 23
|
||||
Dword kos_WaitForEvent( Dword timeOut );
|
||||
Dword kos_WaitForEventTimeout( Dword timeOut );
|
||||
//
|
||||
enum eNumberBase
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user