Home
last modified time | relevance | path

Searched refs:PPEvent (Results 1 – 25 of 103) sorted by relevance

12345

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/haiku/
H A DMilkyView.cpp176 PPEvent event(eKeyDown, &keyArray, sizeof(keyArray)); in KeyDown()
181 PPEvent event(eFullScreen); in KeyDown()
188 PPEvent event(eKeyChar, &character, sizeof(character)); in KeyDown()
205 PPEvent event(eKeyUp, &keyArray, sizeof(keyArray)); in KeyUp()
249 PPEvent event(eKeyDown, &keyArray, sizeof(keyArray)); in _UpdateModifier()
255 PPEvent leftEvent(eKeyDown, &keyArray, sizeof(keyArray)); in _UpdateModifier()
267 PPEvent event(eKeyUp, &keyArray, sizeof(keyArray)); in _UpdateModifier()
357 PPEvent event(eventDescriptor, &pPoint, sizeof(PPPoint)); in MouseUp()
403 PPEvent event(eventDescriptor, &pPoint, sizeof(PPPoint)); in MouseMoved()
432 PPEvent event(eMouseWheelMoved, &wheelEventParams, in MouseWheelChanged()
[all …]
H A DMilkyWindow.h61 status_t RaiseEvent(PPEvent* event);
83 MilkyWindow::RaiseEvent(PPEvent* event) in RaiseEvent()
85 status_t status = write_port_etc(fEventPort, 0, event, sizeof(PPEvent), in RaiseEvent()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/sdl/
H A DSDL_Main.cpp146 static void RaiseEventSerialized(PPEvent* event) in RaiseEventSerialized()
301 PPEvent myEvent(eLMouseDown, &p, sizeof(PPPoint)); in translateMouseDownEvent()
426 PPEvent myEvent(eLMouseUp, &p, sizeof(PPPoint)); in translateMouseUpEvent()
453 PPEvent myEvent(eMMouseUp, &p, sizeof(PPPoint)); in translateMouseUpEvent()
480 PPEvent myEvent(eRMouseUp, &p, sizeof(PPPoint)); in translateMouseUpEvent()
602 PPEvent myEvent(eFullScreen); in translateKeyDownEvent()
615 PPEvent myEvent(eKeyDown, &chr, sizeof(chr)); in translateKeyDownEvent()
627 PPEvent myEvent(eKeyUp, &chr, sizeof(chr)); in translateKeyUpEvent()
684 PPEvent myEvent(eTimer); in processSDLUserEvents()
849 PPEvent event(eAppQuit); in exitSDLEventLoop()
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/win32/
H A DWin32_main.cpp426 static void RaiseEventSynchronized(PPEvent* event) in RaiseEventSynchronized()
757 PPEvent myEvent(eLMouseUp, &p, sizeof(PPPoint)); in Ex_WndProc()
775 PPEvent myEvent(eMMouseUp, &p, sizeof(PPPoint)); in Ex_WndProc()
817 PPEvent myEvent(eRMouseUp, &p, sizeof(PPPoint)); in Ex_WndProc()
917 PPEvent myEvent(eKeyChar, &chr, sizeof(chr)); in Ex_WndProc()
931 PPEvent e(eFullScreen); in Ex_WndProc()
963 PPEvent myEvent(eKeyDown, &chr, sizeof(chr)); in Ex_WndProc()
984 PPEvent myEvent(eKeyUp, &chr, sizeof(chr)); in Ex_WndProc()
1011 PPEvent myEvent(eTimer); in Ex_WndProc()
1038 PPEvent e(eFullScreen); in Ex_WndProc()
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/
H A DEvent.h108 class PPEvent : public PPObject
118 PPEvent() : in PPEvent() function
125 PPEvent(EEventDescriptor ID, pp_int32 theMetaData = 0) :
132 PPEvent(EEventDescriptor ID, void* dataPtr, pp_int32 dSize, pp_int32 theMetaData = 0) :
143 PPEvent(const PPEvent& event) : in PPEvent() function
196 virtual pp_int32 handleEvent(PPObject* sender, PPEvent* event) = 0;
H A DListBox.cpp331 PPEvent e(ePreSelection, &selectionIndex, sizeof(selectionIndex)); in select()
339 PPEvent e(eSelection, &selectionIndex, sizeof(selectionIndex)); in select()
363 pp_int32 PPListBox::dispatchEvent(PPEvent* event) in dispatchEvent()
426 PPEvent e = PPEvent(ed, abs(params->deltaY)); in dispatchEvent()
433 PPEvent e = PPEvent(ed, params->deltaX); in dispatchEvent()
506 PPEvent e(eBarScrollUp); in dispatchEvent()
514 PPEvent e(eBarScrollDown); in dispatchEvent()
826 PPEvent e(eBarScrollUp); in dispatchEvent()
841 PPEvent e(eBarScrollDown); in dispatchEvent()
978 pp_int32 PPListBox::handleEvent(PPObject* sender, PPEvent* event) in handleEvent()
[all …]
H A DCheckBoxLabel.cpp46 pp_int32 PPCheckBoxLabel::dispatchEvent(PPEvent * event) in dispatchEvent()
60PPEvent checkBoxEvent = PPEvent(event->getID(), (void*)&checkBoxHitLocation, sizeof(checkBoxHitLoc… in dispatchEvent()
H A DDialogFileSelector.h89 virtual pp_int32 handleEvent(PPObject* sender, PPEvent* event);
102 pp_int32 baseClassHandleEvent(PPObject* sender, PPEvent* event);
104 pp_int32 processKeys(PPObject* sender, PPEvent* event);
H A DScreen.cpp75 void PPScreen::adjustEventMouseCoordinates(PPEvent* event) in adjustEventMouseCoordinates()
91 void PPScreen::raiseEvent(PPEvent* event) in raiseEvent()
204 PPEvent e(eRemovedContextMenu, &metaData, sizeof(metaData)); in raiseEvent()
629 PPEvent event(eFocusLostNoRepaint); in setModalControl()
638 PPEvent event(eFocusGainedNoRepaint); in setModalControl()
644 PPEvent event(eFocusGainedNoRepaint); in setModalControl()
660 PPEvent event(eFocusLost); in setContextMenuControl()
661 PPEvent event2(eFocusGained); in setContextMenuControl()
683 PPEvent event(eFocusLost); in addContextMenuControl()
684 PPEvent event2(eFocusGained); in addContextMenuControl()
H A DContainer.cpp72 pp_int32 PPContainer::dispatchEvent(PPEvent* event) in dispatchEvent()
242 PPEvent e(eMouseEntered, p, sizeof(PPPoint)); in dispatchEvent()
247 PPEvent e(eMouseLeft, p, sizeof(PPPoint)); in dispatchEvent()
461 PPEvent e(repaint ? eFocusLost : eFocusLostNoRepaint); in setFocus()
469 PPEvent e(repaint ? eFocusGained : eFocusGainedNoRepaint); in setFocus()
483 PPEvent eLost(eFocusLost); in setFocus()
493 PPEvent eGained(eFocusGained); in setFocus()
H A DScrollbar.cpp294 pp_int32 PPScrollbar::dispatchEvent(PPEvent* event) in dispatchEvent()
506 pp_int32 PPScrollbar::handleEvent(PPObject* sender, PPEvent* event) in handleEvent()
521 PPEvent e(eBarScrollUp); in handleEvent()
536 PPEvent e(eBarScrollDown); in handleEvent()
559 PPEvent e(eBarPosChanged); in handleEvent()
574 PPEvent e(eBarPosChanged); in handleEvent()
594 PPEvent e(eBarPosChanged); in handleEvent()
609 PPEvent e(eBarPosChanged); in handleEvent()
679 PPEvent e(eBarPosChanged); in handleEvent()
H A DScreen.h45 class PPEvent; variable
78 void adjustEventMouseCoordinates(PPEvent* event);
88 void raiseEvent(PPEvent* event);
H A DCheckBox.h59 virtual pp_int32 dispatchEvent(PPEvent* event);
67 pp_int32 handleEvent(PPObject* sender, PPEvent* event);
H A DScrollBar.h86 virtual pp_int32 dispatchEvent(PPEvent* event);
88 pp_int32 handleEvent(PPObject* sender, PPEvent* event);
H A DCheckBox.cpp66 pp_int32 PPCheckBox::dispatchEvent(PPEvent* event) in dispatchEvent()
87 pp_int32 PPCheckBox::handleEvent(PPObject* sender, PPEvent* event) in handleEvent()
H A DDialogFileSelector.cpp54 PPEvent event(eCommand); in ActionOkay()
187 pp_int32 DialogFileSelector::handleEvent(PPObject* sender, PPEvent* event) in handleEvent()
365 pp_int32 DialogFileSelector::baseClassHandleEvent(PPObject* sender, PPEvent* event) in baseClassHandleEvent()
370 pp_int32 DialogFileSelector::processKeys(PPObject* sender, PPEvent* event) in processKeys()
442 PPEvent event(eCommand); in confirm()
449 PPEvent event(eCommand); in discard()
H A DSlider.h80 virtual pp_int32 dispatchEvent(PPEvent* event);
82 pp_int32 handleEvent(PPObject* sender, PPEvent* event);
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerShortCuts.cpp67 void Tracker::processShortcuts(PPEvent* event) in processShortcuts()
87 void Tracker::processShortcutsMilkyTracker(PPEvent* event) in processShortcutsMilkyTracker()
183 PPEvent e(eKeyDown, &vk, sizeof(vk)); in selectNextOrder()
196 PPEvent e(eKeyDown, &vk, sizeof(vk)); in selectPreviousOrder()
203 PPEvent e(eKeyDown, &vk, sizeof(vk)); in selectNextInstrument()
210 PPEvent e(eKeyDown, &vk, sizeof(vk)); in selectPreviousInstrument()
223 void Tracker::processShortcutsFastTracker(PPEvent* event) in processShortcutsFastTracker()
619 PPEvent e1(eLMouseDown, &p, sizeof(PPPoint)); in simulateMouseClickEvent()
620 PPEvent e2(eLMouseUp, &p, sizeof(PPPoint)); in simulateMouseClickEvent()
626 bool Tracker::processMessageBoxShortcuts(PPEvent* event) in processMessageBoxShortcuts()
H A DDialogPanning.cpp67 pp_int32 DialogPanning::handleEvent(PPObject* sender, PPEvent* event) in handleEvent()
76 PPEvent e(eConfirmed); in handleEvent()
84 PPEvent e(eCanceled); in handleEvent()
111 PPEvent e(eValueChanged, &i, sizeof(i)); in handleEvent()
237 PPEvent e(eValueChanged, &i, sizeof(i)); in applyPanningAmiga()
249 PPEvent e(eValueChanged, &i, sizeof(i)); in applyPanningMilky()
261 PPEvent e(eValueChanged, &i, sizeof(i)); in applyPanningMono()
H A DRecorderLogic.h36 class PPEvent; variable
76 …void sendNoteDownToPatternEditor(PPEvent* event, pp_int32 note, PatternEditorControl* patternEdito…
77 …void sendNoteUpToPatternEditor(PPEvent* event, pp_int32 note, PatternEditorControl* patternEditorC…
H A DPianoControl.cpp366 pp_int32 PianoControl::dispatchEvent(PPEvent* event) in dispatchEvent()
418 PPEvent e(eValueChanged, &nbu, sizeof(pp_uint8*)); in dispatchEvent()
426 PPEvent e(eSelection, &note, sizeof(note)); in dispatchEvent()
464 PPEvent e(eSelection, &v, sizeof(v)); in dispatchEvent()
508 PPEvent e(eValueChanged, &nbu, sizeof(pp_uint8*)); in dispatchEvent()
520 PPEvent e(eSelection, &v, sizeof(v)); in dispatchEvent()
524 PPEvent e2(eSelection, &note, sizeof(note)); in dispatchEvent()
556 PPEvent e(eBarScrollDown); in dispatchEvent()
561 PPEvent e(eBarScrollUp); in dispatchEvent()
582 pp_int32 PianoControl::handleEvent(PPObject* sender, PPEvent* event) in handleEvent()
H A DEnvelopeEditorControl.h117 virtual pp_int32 dispatchEvent(PPEvent* event);
118 virtual pp_int32 handleEvent(PPObject* sender, PPEvent* event);
216 PPEvent e(eUpdated); in notifyUpdate()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/cocoa/
H A DAppDelegate.mm58 void RaiseEventSynchronized(PPEvent* event) category
77 PPEvent e = PPEvent(eTimer);
152 PPEvent e = PPEvent(eTimer);
225 PPEvent event(eFileDragDropped, &sysStrPtr, sizeof(PPSystemString*));
256 PPEvent event(eFullScreen);
262 PPEvent event(eFullScreen);
H A DMTTrackerView.mm440 PPEvent myEvent(eLMouseUp, &curPoint, sizeof (PPPoint));
470 PPEvent myEvent(eRMouseDown, &curPoint, sizeof(PPPoint));
485 PPEvent myEvent(eRMouseUp, &curPoint, sizeof(PPPoint));
498 PPEvent myEvent(eMMouseDown, &curPoint, sizeof(PPPoint));
504 PPEvent myEvent(eMMouseUp, &curPoint, sizeof(PPPoint));
542 PPEvent myEvent(eMouseMoved, &curPoint, sizeof(PPPoint));
554 PPEvent myEvent(eLMouseDrag, &curPoint, sizeof(PPPoint));
566 PPEvent myEvent(eRMouseDrag, &curPoint, sizeof(PPPoint));
591 PPEvent myEvent(eKeyChar, &chr[2], sizeof(pp_uint16));
594 PPEvent myEvent(eKeyDown, &chr, sizeof(chr));
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/wince/
H A DWinCE_main.cpp1314 PPEvent myEvent(eLMouseUp, &p, sizeof(PPPoint)); in WndProc()
1348 PPEvent myEvent(eRMouseUp, &p, sizeof(PPPoint)); in WndProc()
1391 PPEvent myEvent(eRMouseDrag, &p, sizeof(PPPoint)); in WndProc()
1416 PPEvent myEvent(eTimer); in WndProc()
1452 PPEvent e(eAppQuit); in WndProc()
1495 PPEvent eventKeyDown(eKeyDown, &vk, sizeof(vk)); in WndProc()
1527 PPEvent myEvent(eKeyDown, &chr, sizeof(chr)); in WndProc()
1549 PPEvent eventKeyUp(eKeyUp, &vk, sizeof(vk)); in WndProc()
1558 PPEvent eventKeyUp(eKeyUp, &vk, sizeof(vk)); in WndProc()
1575 PPEvent myEvent(eKeyUp, &chr, sizeof(chr)); in WndProc()
[all …]

12345