Bug 200854

Summary: devel/sdl20 SDL_INIT_HAPTIC
Product: Ports & Packages Reporter: Thibault Payet <monwarez>
Component: Individual Port(s)Assignee: Marcus von Appen <mva>
Status: Closed Not A Bug    
Severity: Affects Only Me Flags: mva: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Thibault Payet 2015-06-14 16:47:16 UTC
It's seems like force feedback are not supported , when build sdl2 with haptic support , if I try to add SDL_INIT_HAPTIC in the SDL_Init() , I get the following error: (SDL_GetError())
SDL not built with haptic (force feedback) support.
Maybe it's just a problem in make config menu(like SDL_HAPTIC checked but not compiled).
Comment 1 Marcus von Appen freebsd_committer freebsd_triage 2015-06-14 17:24:02 UTC
Right now, the haptic API is not supported on FreeBSD, since it relies on Linux-specific input events. It's not an issue of the port.