Questions tagged [subscribe]
994 questions
8
votes
1 answer
Open TK difference onRenderFrame and onUpdateFrame?
I am currently programming a Jump n' Run game in C# using OpenTK Framework and OpenGL.
Open TK provides preset functions like GameWindow.Run(); or GameWindow.onUpdateFrame(); onRenderFrame();
As far as i thought through it, all actions that draw…

user3605638
- 207
- 1
- 5
- 11
8
votes
2 answers
.NET events - blocking subscribers from subscribing on an event
Let's say I have a "Processor" interface exposing an event - OnProcess. Usually the implementors do the processing. Thus I can safely subscribe on this event and be sure it will be fired. But one processor doesn't do processing - thus I want to…

Moshe
- 555
- 3
- 14
8
votes
2 answers
Handling a click on Facebook's "Subscribe" button
How can I fire an event when someone presses the NEW Facebook Subscribe button?
I can do that with the "Like" button, using the code above, so I thought that it will be similar with the Subscribe button.