Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ pushEvent
Function
pushEvent
src/SFML/Window/DRM/InputImpl.cpp:310–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
void pushEvent(const sf::Event& event)
311
{
312
if (eventQueue.size() >= maxQueue)
313
eventQueue.pop();
314
315
eventQueue.push(event);
316
}
317
318
TouchSlot& atSlot(int idx)
319
{
Callers
7
processJoystickEvents
Method · 0.85
processSensorEvents
Method · 0.85
processEvent
Method · 0.85
processEvents
Method · 0.85
processSlots
Function · 0.85
update
Function · 0.85
processEvent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected