Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mouse Gesten

Empfohlene Antworten

hi!

ich wollte mal ein wenig mit den Mouse Gesten vom Borland C++ Builder 5 arbeiten...

habe folgenden Code erstellt:

void __fastcall TFrMain::Image1MouseDown(TObject *Sender,

      TMouseButton Button, TShiftState Shift, int X, int Y)

{

  MouseDwn = true;

  MUSIK();

}



void __fastcall TFrMain::Image1MouseUp(TObject *Sender,

      TMouseButton Button, TShiftState Shift, int X, int Y)

{

  MouseDwn = false;

}



void TFrMain::MUSIK()

{

  do

  {

    Beep(MousePos,500);

  } while(MouseDwn);

}




void __fastcall TFrMain::Image1MouseMove(TObject *Sender,

      TShiftState Shift, int X, int Y)

{

  MousePos = X;

}

dummerweise geht er aus der Funktion MUSIK nie raus, ist quasi eine Endlosschleife. Wie kann ich es schaffen, dass er aus Musik rausgeht, wenn ich die linke Mousetaste loslasse???

Gruß

Hoeen

oh, sorry, zu schnell gepostet...

habe erst programmiert und dann gedacht :)

hat sich also erledigt...

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.