Home
last modified time | relevance | path

Searched defs:EventHandlers (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/examples/button-clicker/Assets/
H A DDiscordRpc.cs35 public struct EventHandlers struct in DiscordRpc
37 public OnReadyInfo readyCallback;
38 public OnDisconnectedInfo disconnectedCallback;
39 public OnErrorInfo errorCallback;
40 public OnJoinInfo joinCallback;
41 public OnSpectateInfo spectateCallback;
42 public OnRequestInfo requestCallback;
/dports/games/warzone2100/warzone2100/3rdparty/discord-rpc/examples/button-clicker/Assets/
H A DDiscordRpc.cs35 public struct EventHandlers struct in DiscordRpc
37 public OnReadyInfo readyCallback;
38 public OnDisconnectedInfo disconnectedCallback;
39 public OnErrorInfo errorCallback;
40 public OnJoinInfo joinCallback;
41 public OnSpectateInfo spectateCallback;
42 public OnRequestInfo requestCallback;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/elements/
H A Dui_element.h58 struct VR_UI_EXPORT EventHandlers { struct
62 base::RepeatingCallback<void()> hover_enter;
63 base::RepeatingCallback<void()> hover_leave;
64 base::RepeatingCallback<void(const gfx::PointF&)> hover_move;
65 base::RepeatingCallback<void()> button_down;
66 base::RepeatingCallback<void()> button_up;
67 base::RepeatingCallback<void(const gfx::PointF&)> touch_move;
68 base::RepeatingCallback<void(bool)> focus_change;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sludge/
H A Devent.h48 struct EventHandlers { struct
49 int func[EVENT_FUNC_NB];
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-anon-80.cs7 sealed private class EventHandlers class in MonoBug.MyTest
/dports/games/scummvm/scummvm-2.5.1/engines/sludge/
H A Devent.h51 struct EventHandlers { struct
52 int func[EVENT_FUNC_NB];
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/game/
H A Droom_struct.h167 PInteractionScripts EventHandlers; member
190 PInteractionScripts EventHandlers; member
206 PInteractionScripts EventHandlers; member
366 PInteractionScripts EventHandlers; variable
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Devents.h49 } EventHandlers; typedef
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/smime/
H A DEventHandlers.php9 class EventHandlers { class
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/appc/spec/schema/types/
H A Dapp.go26 EventHandlers []EventHandler `json:"eventHandlers,omitempty"` member
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/gui/
H A Dgui_object.h121 String EventHandlers[MAX_GUIOBJ_EVENTS]; // script function names variable
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DPlaceObject2Tag.h90 typedef boost::ptr_vector<swf_event> EventHandlers; typedef
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/linux/
H A DLinuxVST3Helpers.cpp132 using EventHandlers = std::vector<Steinberg::IPtr<EventHandler>>; typedef in RunLoop
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgframerenderer/
H A DCaptureSettings.h85 typedef std::vector< osg::ref_ptr<osgGA::GUIEventHandler> > EventHandlers; typedef
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgframerenderer/
H A DCaptureSettings.h85 typedef std::vector< osg::ref_ptr<osgGA::GUIEventHandler> > EventHandlers; typedef
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/serf/serf-0.7.0/command/agent/
H A Dconfig.go122 EventHandlers []string `mapstructure:"event_handlers"` member
/dports/irc/anope/anope-2.0.9/src/
H A Dmodulemanager.cpp24 std::vector<Module *> ModuleManager::EventHandlers[I_SIZE]; member in ModuleManager
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/serf/command/agent/
H A Dconfig.go122 EventHandlers []string `mapstructure:"event_handlers"` member
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dconfig.go129 EventHandlers []string `mapstructure:"event_handlers"` member
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dconfig.go129 EventHandlers []string `mapstructure:"event_handlers"` member
/dports/sysutils/serf/serf-0.8.5/cmd/serf/command/agent/
H A Dconfig.go129 EventHandlers []string `mapstructure:"event_handlers"` member
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dconfig.go129 EventHandlers []string `mapstructure:"event_handlers"` member
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dconfig.go129 EventHandlers []string `mapstructure:"event_handlers"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dconfig.go129 EventHandlers []string `mapstructure:"event_handlers"` member
/dports/irc/inspircd/inspircd-3.11.0/include/
H A Dmodules.h1100 Module::List EventHandlers[I_END]; variable

1234567